Html Css Color HEX #F2237B Deep Cerise

📋 copy color: '#F2237B'

red 242 ◦ green 35 ◦ blue 123

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

Shades of Deep Cerise #F2237B

Tints of Deep Cerise #F2237B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.75%

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

R = 60.5%
G = 8.75%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2237B (or 0xF2237B) is known color: Deep Cerise. HEX triplet: F2, 23 and 7B. RGB value is (242,35,123). Sum of RGB (Red+Green+Blue) = 242+35+123=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2237B is #0DDC84. Grayscale: #6A6A6A. Windows color (decimal): -908421 or 8070130. OLE color: 8070130.

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

Color convert

RGB 242 35 123 -
CMYK 0 0.86 0.49 0.05
HSL 334.49º 0.89% 0.54% -
HSV(B) 334.49º 0.86% 0.95% -
XYZ 40.79 21.51 20.74 -
YUV 106.93 137.08 224.34 -
System Red Green Blue C M Y K H S L
Decimal 242 35 123 0 0.86 0.49 0.05 334.49 0.89 0.54
Hex F2 23 7B 0 56 31 5 14E 59 36
Octal 362 43 173 0 126 61 5 516 131 66
Binary 11110010 100011 1111011 0 1010110 110001 101 101001110 1011001 110110

Color Harmonies of #F2237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2237B

Black with #F2237B

Text Example


Text Example

White with #F2237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2237B; }

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

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

background-color css

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

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

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

border-color css

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

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

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