Html Css Color HEX #F23372 Cerise

📋 copy color: '#F23372'

red 242 ◦ green 51 ◦ blue 114

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

Shades of Cerise #F23372

Tints of Cerise #F23372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.53%

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 59.46%
G = 12.53%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F23372 (or 0xF23372) is known color: Cerise. HEX triplet: F2, 33 and 72. RGB value is (242,51,114). Sum of RGB (Red+Green+Blue) = 242+51+114=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F23372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23372 is #0DCC8D. Grayscale: #737373. Windows color (decimal): -904334 or 7484402. OLE color: 7484402.

HSL color Cylindrical-coordinate representation of color #F23372: hue angle of 340.21º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23372 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 51 114 -
CMYK 0 0.79 0.53 0.05
HSL 340.21º 0.88% 0.57% -
HSV(B) 340.21º 0.79% 0.95% -
XYZ 40.84 22.46 18.1 -
YUV 115.29 127.28 218.38 -
System Red Green Blue C M Y K H S L
Decimal 242 51 114 0 0.79 0.53 0.05 340.21 0.88 0.57
Hex F2 33 72 0 4F 35 5 154 58 39
Octal 362 63 162 0 117 65 5 524 130 71
Binary 11110010 110011 1110010 0 1001111 110101 101 101010100 1011000 111001

Color Harmonies of #F23372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23372

Black with #F23372

Text Example


Text Example

White with #F23372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23372; }

 p { color: rgb(242,51,114); }

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

background-color css

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

 a { background-color: rgb(242,51,114); }

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

border-color css

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

 span { border-color: rgb(242,51,114); }

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