Html Css Color HEX #F2287D Deep Cerise

📋 copy color: '#F2287D'

red 242 ◦ green 40 ◦ blue 125

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

Shades of Deep Cerise #F2287D

Tints of Deep Cerise #F2287D

RGB

 RED value IS 242 (94.92% from 255) = 59.46%

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

 BLUE value IS 125 (49.22% from 255) = 30.71%

R = 59.46%
G = 9.83%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2287D (or 0xF2287D) is known color: Deep Cerise. HEX triplet: F2, 28 and 7D. RGB value is (242,40,125). Sum of RGB (Red+Green+Blue) = 242+40+125=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2287D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2287D is #0DD782. Grayscale: #6D6D6D. Windows color (decimal): -907139 or 8202482. OLE color: 8202482.

HSL color Cylindrical-coordinate representation of color #F2287D: hue angle of 334.75º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2287D is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 40 125 -
CMYK 0 0.83 0.48 0.05
HSL 334.75º 0.89% 0.55% -
HSV(B) 334.75º 0.83% 0.95% -
XYZ 41.08 21.88 21.46 -
YUV 110.09 136.42 222.09 -
System Red Green Blue C M Y K H S L
Decimal 242 40 125 0 0.83 0.48 0.05 334.75 0.89 0.55
Hex F2 28 7D 0 53 30 5 14F 59 37
Octal 362 50 175 0 123 60 5 517 131 67
Binary 11110010 101000 1111101 0 1010011 110000 101 101001111 1011001 110111

Color Harmonies of #F2287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2287D

Black with #F2287D

Text Example


Text Example

White with #F2287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2287D; }

 p { color: rgb(242,40,125); }

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

background-color css

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

 a { background-color: rgb(242,40,125); }

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

border-color css

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

 span { border-color: rgb(242,40,125); }

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