Html Css Color HEX #F136CE Razzle Dazzle Rose

📋 copy color: '#F136CE'

red 241 ◦ green 54 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F136CE

Tints of Razzle Dazzle Rose #F136CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.12%

R = 48.1%
G = 10.78%
B = 41.12%

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

#F136CE (or 0xF136CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and CE. RGB value is (241,54,206). Sum of RGB (Red+Green+Blue) = 241+54+206=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 54 (21.48% from 255 or 10.78% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F136CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136CE is #0EC931. Grayscale: #7E7E7E. Windows color (decimal): -969010 or 13514481. OLE color: 13514481.

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

Color convert

RGB 241 54 206 -
CMYK 0 0.78 0.15 0.05
HSL 311.23º 0.87% 0.58% -
HSV(B) 311.23º 0.78% 0.95% -
XYZ 48.74 25.8 60.8 -
YUV 127.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 241 54 206 0 0.78 0.15 0.05 311.23 0.87 0.58
Hex F1 36 CE 0 4E F 5 137 57 3A
Octal 361 66 316 0 116 17 5 467 127 72
Binary 11110001 110110 11001110 0 1001110 1111 101 100110111 1010111 111010

Color Harmonies of #F136CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136CE

Black with #F136CE

Text Example


Text Example

White with #F136CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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