Html Css Color HEX #F03088 Deep Cerise

📋 copy color: '#F03088'

red 240 ◦ green 48 ◦ blue 136

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

Shades of Deep Cerise #F03088

Tints of Deep Cerise #F03088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.32%

 BLUE value IS 136 (53.52% from 255) = 32.08%

R = 56.6%
G = 11.32%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F03088 (or 0xF03088) is known color: Deep Cerise. HEX triplet: F0, 30 and 88. RGB value is (240,48,136). Sum of RGB (Red+Green+Blue) = 240+48+136=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F03088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03088 is #0FCF77. Grayscale: #737373. Windows color (decimal): -1036152 or 8925424. OLE color: 8925424.

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

Color convert

RGB 240 48 136 -
CMYK 0 0.8 0.43 0.06
HSL 332.5º 0.86% 0.56% -
HSV(B) 332.5º 0.8% 0.94% -
XYZ 41.44 22.42 25.44 -
YUV 115.44 139.61 216.84 -
System Red Green Blue C M Y K H S L
Decimal 240 48 136 0 0.8 0.43 0.06 332.5 0.86 0.56
Hex F0 30 88 0 50 2B 6 14C 56 38
Octal 360 60 210 0 120 53 6 514 126 70
Binary 11110000 110000 10001000 0 1010000 101011 110 101001100 1010110 111000

Color Harmonies of #F03088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03088

Black with #F03088

Text Example


Text Example

White with #F03088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03088; }

 p { color: rgb(240,48,136); }

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

background-color css

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

 a { background-color: rgb(240,48,136); }

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

border-color css

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

 span { border-color: rgb(240,48,136); }

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