Html Css Color HEX #F136EF Razzle Dazzle Rose

📋 copy color: '#F136EF'

red 241 ◦ green 54 ◦ blue 239

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

Shades of Razzle Dazzle Rose #F136EF

Tints of Razzle Dazzle Rose #F136EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 45.13%
G = 10.11%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F136EF (or 0xF136EF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and EF. RGB value is (241,54,239). Sum of RGB (Red+Green+Blue) = 241+54+239=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 54 (21.48% from 255 or 10.11% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F136EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F136EF is #0EC910. Grayscale: #828282. Windows color (decimal): -968977 or 15677169. OLE color: 15677169.

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

Color convert

RGB 241 54 239 -
CMYK 0 0.78 0.01 0.05
HSL 300.64º 0.87% 0.58% -
HSV(B) 300.64º 0.78% 0.95% -
XYZ 53.17 27.57 84.18 -
YUV 131 188.95 206.46 -
System Red Green Blue C M Y K H S L
Decimal 241 54 239 0 0.78 0.01 0.05 300.64 0.87 0.58
Hex F1 36 EF 0 4E 1 5 12D 57 3A
Octal 361 66 357 0 116 1 5 455 127 72
Binary 11110001 110110 11101111 0 1001110 1 101 100101101 1010111 111010

Color Harmonies of #F136EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136EF

Black with #F136EF

Text Example


Text Example

White with #F136EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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