Html Css Color HEX #F23370 Cerise

📋 copy color: '#F23370'

red 242 ◦ green 51 ◦ blue 112

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

Shades of Cerise #F23370

Tints of Cerise #F23370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 59.75%
G = 12.59%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F23370 (or 0xF23370) is known color: Cerise. HEX triplet: F2, 33 and 70. RGB value is (242,51,112). Sum of RGB (Red+Green+Blue) = 242+51+112=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F23370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23370 is #0DCC8F. Grayscale: #737373. Windows color (decimal): -904336 or 7353330. OLE color: 7353330.

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

Color convert

RGB 242 51 112 -
CMYK 0 0.79 0.54 0.05
HSL 340.84º 0.88% 0.57% -
HSV(B) 340.84º 0.79% 0.95% -
XYZ 40.73 22.41 17.51 -
YUV 115.06 126.28 218.54 -
System Red Green Blue C M Y K H S L
Decimal 242 51 112 0 0.79 0.54 0.05 340.84 0.88 0.57
Hex F2 33 70 0 4F 36 5 155 58 39
Octal 362 63 160 0 117 66 5 525 130 71
Binary 11110010 110011 1110000 0 1001111 110110 101 101010101 1011000 111001

Color Harmonies of #F23370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23370

Black with #F23370

Text Example


Text Example

White with #F23370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23370; }

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

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

background-color css

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

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

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

border-color css

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

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

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