Html Css Color HEX #F136CC Razzle Dazzle Rose

📋 copy color: '#F136CC'

red 241 ◦ green 54 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F136CC

Tints of Razzle Dazzle Rose #F136CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 48.3%
G = 10.82%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F136CC (or 0xF136CC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and CC. RGB value is (241,54,204). Sum of RGB (Red+Green+Blue) = 241+54+204=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F136CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136CC is #0EC933. Grayscale: #7E7E7E. Windows color (decimal): -969012 or 13383409. OLE color: 13383409.

HSL color Cylindrical-coordinate representation of color #F136CC: hue angle of 311.87º 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 #F136CC is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 54 204 -
CMYK 0 0.78 0.15 0.05
HSL 311.87º 0.87% 0.58% -
HSV(B) 311.87º 0.78% 0.95% -
XYZ 48.49 25.7 59.53 -
YUV 127.01 171.45 209.3 -
System Red Green Blue C M Y K H S L
Decimal 241 54 204 0 0.78 0.15 0.05 311.87 0.87 0.58
Hex F1 36 CC 0 4E F 5 138 57 3A
Octal 361 66 314 0 116 17 5 470 127 72
Binary 11110001 110110 11001100 0 1001110 1111 101 100111000 1010111 111010

Color Harmonies of #F136CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136CC

Black with #F136CC

Text Example


Text Example

White with #F136CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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