Html Css Color HEX #F23070 Cerise

📋 copy color: '#F23070'

red 242 ◦ green 48 ◦ blue 112

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

Shades of Cerise #F23070

Tints of Cerise #F23070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.94%

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

R = 60.2%
G = 11.94%
B = 27.86%

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

#F23070 (or 0xF23070) is known color: Cerise. HEX triplet: F2, 30 and 70. RGB value is (242,48,112). Sum of RGB (Red+Green+Blue) = 242+48+112=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F23070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23070 is #0DCF8F. Grayscale: #717171. Windows color (decimal): -905104 or 7352562. OLE color: 7352562.

HSL color Cylindrical-coordinate representation of color #F23070: 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.8%. Process color model (Four color, CMYK) of #F23070 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 112 -
CMYK 0 0.80 0.54 0.05
HSL 340.21º 0.88% 0.57% -
HSV(B) 340.21º 0.8% 0.95% -
XYZ 40.6 22.16 17.47 -
YUV 113.3 127.27 219.8 -
System Red Green Blue C M Y K H S L
Decimal 242 48 112 0 0.80 0.54 0.05 340.21 0.88 0.57
Hex F2 30 70 0 50 36 5 154 58 39
Octal 362 60 160 0 120 66 5 524 130 71
Binary 11110010 110000 1110000 0 1010000 110110 101 101010100 1011000 111001

Color Harmonies of #F23070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23070

Black with #F23070

Text Example


Text Example

White with #F23070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23070; }

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

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

background-color css

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

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

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

border-color css

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

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

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