Html Css Color HEX #F02682 Deep Cerise

📋 copy color: '#F02682'

red 240 ◦ green 38 ◦ blue 130

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

Shades of Deep Cerise #F02682

Tints of Deep Cerise #F02682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.31%

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

R = 58.82%
G = 9.31%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F02682 (or 0xF02682) is known color: Deep Cerise. HEX triplet: F0, 26 and 82. RGB value is (240,38,130). Sum of RGB (Red+Green+Blue) = 240+38+130=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F02682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02682 is #0FD97D. Grayscale: #6C6C6C. Windows color (decimal): -1038718 or 8529648. OLE color: 8529648.

HSL color Cylindrical-coordinate representation of color #F02682: hue angle of 332.67º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F02682 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 38 130 -
CMYK 0 0.84 0.46 0.06
HSL 332.67º 0.87% 0.55% -
HSV(B) 332.67º 0.84% 0.94% -
XYZ 40.66 21.52 23.13 -
YUV 108.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 240 38 130 0 0.84 0.46 0.06 332.67 0.87 0.55
Hex F0 26 82 0 54 2E 6 14D 57 37
Octal 360 46 202 0 124 56 6 515 127 67
Binary 11110000 100110 10000010 0 1010100 101110 110 101001101 1010111 110111

Color Harmonies of #F02682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02682

Black with #F02682

Text Example


Text Example

White with #F02682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02682; }

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

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

background-color css

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

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

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

border-color css

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

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

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