Html Css Color HEX #F136E5 Razzle Dazzle Rose

📋 copy color: '#F136E5'

red 241 ◦ green 54 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F136E5

Tints of Razzle Dazzle Rose #F136E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.7%

R = 45.99%
G = 10.31%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F136E5 (or 0xF136E5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and E5. RGB value is (241,54,229). Sum of RGB (Red+Green+Blue) = 241+54+229=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 54 (21.48% from 255 or 10.31% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F136E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136E5 is #0EC91A. Grayscale: #818181. Windows color (decimal): -968987 or 15021809. OLE color: 15021809.

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

Color convert

RGB 241 54 229 -
CMYK 0 0.78 0.05 0.05
HSL 303.85º 0.87% 0.58% -
HSV(B) 303.85º 0.78% 0.95% -
XYZ 51.74 27 76.61 -
YUV 129.86 183.95 207.27 -
System Red Green Blue C M Y K H S L
Decimal 241 54 229 0 0.78 0.05 0.05 303.85 0.87 0.58
Hex F1 36 E5 0 4E 5 5 130 57 3A
Octal 361 66 345 0 116 5 5 460 127 72
Binary 11110001 110110 11100101 0 1001110 101 101 100110000 1010111 111010

Color Harmonies of #F136E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136E5

Black with #F136E5

Text Example


Text Example

White with #F136E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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