Html Css Color HEX #F136E2 Razzle Dazzle Rose

📋 copy color: '#F136E2'

red 241 ◦ green 54 ◦ blue 226

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

Shades of Razzle Dazzle Rose #F136E2

Tints of Razzle Dazzle Rose #F136E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.38%

R = 46.26%
G = 10.36%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F136E2 (or 0xF136E2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and E2. RGB value is (241,54,226). Sum of RGB (Red+Green+Blue) = 241+54+226=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 54 (21.48% from 255 or 10.36% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F136E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136E2 is #0EC91D. Grayscale: #818181. Windows color (decimal): -968990 or 14825201. OLE color: 14825201.

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

Color convert

RGB 241 54 226 -
CMYK 0 0.78 0.06 0.05
HSL 304.81º 0.87% 0.58% -
HSV(B) 304.81º 0.78% 0.95% -
XYZ 51.32 26.83 74.43 -
YUV 129.52 182.45 207.51 -
System Red Green Blue C M Y K H S L
Decimal 241 54 226 0 0.78 0.06 0.05 304.81 0.87 0.58
Hex F1 36 E2 0 4E 6 5 131 57 3A
Octal 361 66 342 0 116 6 5 461 127 72
Binary 11110001 110110 11100010 0 1001110 110 101 100110001 1010111 111010

Color Harmonies of #F136E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136E2

Black with #F136E2

Text Example


Text Example

White with #F136E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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