#F133CB

Color #F133CB Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F133CB

Tints of Razzle Dazzle Rose #F133CB

Color information

#F133CB (or 0xF133CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 33 and CB. RGB value is (241,51,203). Sum of RGB (Red+Green+Blue) = 241+51+203=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F133CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133CB is #0ECC34. Grayscale: #7C7C7C. Windows color (decimal): -969781 or 13317105. OLE color: 13317105.

HSL color Cylindrical-coordinate representation of color #F133CB: hue angle of 312º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F133CB is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB24151203-
CMYK00.790.160.05
HSL312º87.16%57.25%-
HSV(B)312º78.84%94.51%-
XYZ48.2425.3858.86-
YUV125.14171.95210.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 51 (20.31% from 255) = 10.30%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=48.69%
G=10.30%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415120300.790.160.0531287.1657.25
HexF133CB04F1051385739
Octal36163313011720547012771
Binary111100011100111100101101001111100001011001110001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F133CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F133CB; }

 p { color: rgb(241,51,203); }

 H1.HeaderClassName
 {
   color: #F133CB;
 }
 .AnyTagClassName
 {
   color: #F133CB;
 }
</style>
background-color css

<style>
 a { background-color: #F133CB; }

 a { background-color: rgb(241,51,203); }

 div.DivClassName
 {
   background-color: #F133CB;
 }
 .BgClassName
 {
   background-color: #F133CB;
 }
</style>
border-color css

<style>
 span { border-color: #F133CB; }

 span { border-color: rgb(241,51,203); }

 td.TdClassName
 {
   border-color: #F133CB;
 }
 .TagClassName
 {
   border-color: #F133CB;
 }
</style>