Html Css Color HEX #F136DC Razzle Dazzle Rose

📋 copy color: '#F136DC'

red 241 ◦ green 54 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F136DC

Tints of Razzle Dazzle Rose #F136DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 46.8%
G = 10.49%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F136DC (or 0xF136DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 36 and DC. RGB value is (241,54,220). Sum of RGB (Red+Green+Blue) = 241+54+220=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 54 (21.48% from 255 or 10.49% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F136DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F136DC is #0EC923. Grayscale: #808080. Windows color (decimal): -968996 or 14431985. OLE color: 14431985.

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

Color convert

RGB 241 54 220 -
CMYK 0 0.78 0.09 0.05
HSL 306.74º 0.87% 0.58% -
HSV(B) 306.74º 0.78% 0.95% -
XYZ 50.51 26.51 70.16 -
YUV 128.84 179.45 208 -
System Red Green Blue C M Y K H S L
Decimal 241 54 220 0 0.78 0.09 0.05 306.74 0.87 0.58
Hex F1 36 DC 0 4E 9 5 133 57 3A
Octal 361 66 334 0 116 11 5 463 127 72
Binary 11110001 110110 11011100 0 1001110 1001 101 100110011 1010111 111010

Color Harmonies of #F136DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136DC

Black with #F136DC

Text Example


Text Example

White with #F136DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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