Html Css Color HEX #F02580 Deep Cerise

📋 copy color: '#F02580'

red 240 ◦ green 37 ◦ blue 128

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

Shades of Deep Cerise #F02580

Tints of Deep Cerise #F02580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.14%

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 59.26%
G = 9.14%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F02580 (or 0xF02580) is known color: Deep Cerise. HEX triplet: F0, 25 and 80. RGB value is (240,37,128). Sum of RGB (Red+Green+Blue) = 240+37+128=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F02580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02580 is #0FDA7F. Grayscale: #6B6B6B. Windows color (decimal): -1038976 or 8398320. OLE color: 8398320.

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

Color convert

RGB 240 37 128 -
CMYK 0 0.85 0.47 0.06
HSL 333.1º 0.87% 0.54% -
HSV(B) 333.1º 0.85% 0.94% -
XYZ 40.49 21.41 22.42 -
YUV 108.07 139.25 222.1 -
System Red Green Blue C M Y K H S L
Decimal 240 37 128 0 0.85 0.47 0.06 333.1 0.87 0.54
Hex F0 25 80 0 55 2F 6 14D 57 36
Octal 360 45 200 0 125 57 6 515 127 66
Binary 11110000 100101 10000000 0 1010101 101111 110 101001101 1010111 110110

Color Harmonies of #F02580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02580

Black with #F02580

Text Example


Text Example

White with #F02580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02580; }

 p { color: rgb(240,37,128); }

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

background-color css

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

 a { background-color: rgb(240,37,128); }

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

border-color css

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

 span { border-color: rgb(240,37,128); }

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