Html Css Color HEX #F03186 Deep Cerise

📋 copy color: '#F03186'

red 240 ◦ green 49 ◦ blue 134

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

Shades of Deep Cerise #F03186

Tints of Deep Cerise #F03186

RGB

 RED value IS 240 (94.14% from 255) = 56.74%

 GREEN value IS 49 (19.53% from 255) = 11.58%

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 56.74%
G = 11.58%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F03186 (or 0xF03186) is known color: Deep Cerise. HEX triplet: F0, 31 and 86. RGB value is (240,49,134). Sum of RGB (Red+Green+Blue) = 240+49+134=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F03186 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03186 is #0FCE79. Grayscale: #737373. Windows color (decimal): -1035898 or 8794608. OLE color: 8794608.

HSL color Cylindrical-coordinate representation of color #F03186: hue angle of 333.3º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03186 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 134 -
CMYK 0 0.80 0.44 0.06
HSL 333.3º 0.86% 0.57% -
HSV(B) 333.3º 0.8% 0.94% -
XYZ 41.34 22.44 24.71 -
YUV 115.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 240 49 134 0 0.80 0.44 0.06 333.3 0.86 0.57
Hex F0 31 86 0 50 2C 6 14D 56 39
Octal 360 61 206 0 120 54 6 515 126 71
Binary 11110000 110001 10000110 0 1010000 101100 110 101001101 1010110 111001

Color Harmonies of #F03186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03186

Black with #F03186

Text Example


Text Example

White with #F03186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03186; }

 p { color: rgb(240,49,134); }

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

background-color css

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

 a { background-color: rgb(240,49,134); }

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

border-color css

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

 span { border-color: rgb(240,49,134); }

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