Html Css Color HEX #F136CB Razzle Dazzle Rose

📋 copy color: '#F136CB'

red 241 ◦ green 54 ◦ blue 203

#F136CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F136CB

Tints of Razzle Dazzle Rose #F136CB

RGB

 RED value IS 241 (94.53% from 255) = 48.39%

 GREEN value IS 54 (21.48% from 255) = 10.84%

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 48.39%
G = 10.84%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F136CB (or 0xF136CB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and CB. RGB value is (241,54,203). Sum of RGB (Red+Green+Blue) = 241+54+203=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F136CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136CB is #0EC934. Grayscale: #7E7E7E. Windows color (decimal): -969013 or 13317873. OLE color: 13317873.

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

Color convert

RGB 241 54 203 -
CMYK 0 0.78 0.16 0.05
HSL 312.19º 0.87% 0.58% -
HSV(B) 312.19º 0.78% 0.95% -
XYZ 48.37 25.65 58.9 -
YUV 126.9 170.95 209.38 -
System Red Green Blue C M Y K H S L
Decimal 241 54 203 0 0.78 0.16 0.05 312.19 0.87 0.58
Hex F1 36 CB 0 4E 10 5 138 57 3A
Octal 361 66 313 0 116 20 5 470 127 72
Binary 11110001 110110 11001011 0 1001110 10000 101 100111000 1010111 111010

Color Harmonies of #F136CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136CB

Black with #F136CB

Text Example


Text Example

White with #F136CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136CB; }

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

 H1.HeaderClassName
 {
   color: #F136CB;
 }
 .AnyTagClassName
 {
   color: #F136CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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