Html Css Color HEX #F0287F Deep Cerise

📋 copy color: '#F0287F'

red 240 ◦ green 40 ◦ blue 127

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

Shades of Deep Cerise #F0287F

Tints of Deep Cerise #F0287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.83%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 58.97%
G = 9.83%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0287F (or 0xF0287F) is known color: Deep Cerise. HEX triplet: F0, 28 and 7F. RGB value is (240,40,127). Sum of RGB (Red+Green+Blue) = 240+40+127=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F0287F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0287F is #0FD780. Grayscale: #6D6D6D. Windows color (decimal): -1038209 or 8333552. OLE color: 8333552.

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

Color convert

RGB 240 40 127 -
CMYK 0 0.83 0.47 0.06
HSL 333.9º 0.87% 0.55% -
HSV(B) 333.9º 0.83% 0.94% -
XYZ 40.52 21.58 22.11 -
YUV 109.72 137.76 220.93 -
System Red Green Blue C M Y K H S L
Decimal 240 40 127 0 0.83 0.47 0.06 333.9 0.87 0.55
Hex F0 28 7F 0 53 2F 6 14E 57 37
Octal 360 50 177 0 123 57 6 516 127 67
Binary 11110000 101000 1111111 0 1010011 101111 110 101001110 1010111 110111

Color Harmonies of #F0287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0287F

Black with #F0287F

Text Example


Text Example

White with #F0287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0287F; }

 p { color: rgb(240,40,127); }

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

background-color css

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

 a { background-color: rgb(240,40,127); }

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

border-color css

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

 span { border-color: rgb(240,40,127); }

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