Html Css Color HEX #F03082 Deep Cerise

📋 copy color: '#F03082'

red 240 ◦ green 48 ◦ blue 130

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

Shades of Deep Cerise #F03082

Tints of Deep Cerise #F03082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.1%

R = 57.42%
G = 11.48%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F03082 (or 0xF03082) is known color: Deep Cerise. HEX triplet: F0, 30 and 82. RGB value is (240,48,130). Sum of RGB (Red+Green+Blue) = 240+48+130=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F03082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03082 is #0FCF7D. Grayscale: #727272. Windows color (decimal): -1036158 or 8532208. OLE color: 8532208.

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

Color convert

RGB 240 48 130 -
CMYK 0 0.8 0.46 0.06
HSL 334.38º 0.86% 0.56% -
HSV(B) 334.38º 0.8% 0.94% -
XYZ 41.02 22.25 23.25 -
YUV 114.76 136.61 217.33 -
System Red Green Blue C M Y K H S L
Decimal 240 48 130 0 0.8 0.46 0.06 334.38 0.86 0.56
Hex F0 30 82 0 50 2E 6 14E 56 38
Octal 360 60 202 0 120 56 6 516 126 70
Binary 11110000 110000 10000010 0 1010000 101110 110 101001110 1010110 111000

Color Harmonies of #F03082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03082

Black with #F03082

Text Example


Text Example

White with #F03082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03082; }

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

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

background-color css

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

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

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

border-color css

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

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

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