Html Css Color HEX #F23170 Cerise

📋 copy color: '#F23170'

red 242 ◦ green 49 ◦ blue 112

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

Shades of Cerise #F23170

Tints of Cerise #F23170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.16%

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

R = 60.05%
G = 12.16%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F23170 (or 0xF23170) is known color: Cerise. HEX triplet: F2, 31 and 70. RGB value is (242,49,112). Sum of RGB (Red+Green+Blue) = 242+49+112=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F23170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23170 is #0DCE8F. Grayscale: #717171. Windows color (decimal): -904848 or 7352818. OLE color: 7352818.

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

Color convert

RGB 242 49 112 -
CMYK 0 0.80 0.54 0.05
HSL 340.41º 0.88% 0.57% -
HSV(B) 340.41º 0.8% 0.95% -
XYZ 40.64 22.24 17.48 -
YUV 113.89 126.94 219.38 -
System Red Green Blue C M Y K H S L
Decimal 242 49 112 0 0.80 0.54 0.05 340.41 0.88 0.57
Hex F2 31 70 0 50 36 5 154 58 39
Octal 362 61 160 0 120 66 5 524 130 71
Binary 11110010 110001 1110000 0 1010000 110110 101 101010100 1011000 111001

Color Harmonies of #F23170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23170

Black with #F23170

Text Example


Text Example

White with #F23170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23170; }

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

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

background-color css

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

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

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

border-color css

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

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

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