Html Css Color HEX #F2287B Deep Cerise

📋 copy color: '#F2287B'

red 242 ◦ green 40 ◦ blue 123

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

Shades of Deep Cerise #F2287B

Tints of Deep Cerise #F2287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.37%

R = 59.75%
G = 9.88%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2287B (or 0xF2287B) is known color: Deep Cerise. HEX triplet: F2, 28 and 7B. RGB value is (242,40,123). Sum of RGB (Red+Green+Blue) = 242+40+123=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2287B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2287B is #0DD784. Grayscale: #6D6D6D. Windows color (decimal): -907141 or 8071410. OLE color: 8071410.

HSL color Cylindrical-coordinate representation of color #F2287B: hue angle of 335.35º 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 #F2287B is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 40 123 -
CMYK 0 0.83 0.49 0.05
HSL 335.35º 0.89% 0.55% -
HSV(B) 335.35º 0.83% 0.95% -
XYZ 40.95 21.82 20.79 -
YUV 109.86 135.42 222.25 -
System Red Green Blue C M Y K H S L
Decimal 242 40 123 0 0.83 0.49 0.05 335.35 0.89 0.55
Hex F2 28 7B 0 53 31 5 14F 59 37
Octal 362 50 173 0 123 61 5 517 131 67
Binary 11110010 101000 1111011 0 1010011 110001 101 101001111 1011001 110111

Color Harmonies of #F2287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2287B

Black with #F2287B

Text Example


Text Example

White with #F2287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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