Html Css Color HEX #F23575 Cerise

📋 copy color: '#F23575'

red 242 ◦ green 53 ◦ blue 117

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

Shades of Cerise #F23575

Tints of Cerise #F23575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.86%

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 58.74%
G = 12.86%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F23575 (or 0xF23575) is known color: Cerise. HEX triplet: F2, 35 and 75. RGB value is (242,53,117). Sum of RGB (Red+Green+Blue) = 242+53+117=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F23575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23575 is #0DCA8A. Grayscale: #747474. Windows color (decimal): -903819 or 7681522. OLE color: 7681522.

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

Color convert

RGB 242 53 117 -
CMYK 0 0.78 0.52 0.05
HSL 339.68º 0.88% 0.58% -
HSV(B) 339.68º 0.78% 0.95% -
XYZ 41.1 22.71 19.05 -
YUV 116.81 128.12 217.3 -
System Red Green Blue C M Y K H S L
Decimal 242 53 117 0 0.78 0.52 0.05 339.68 0.88 0.58
Hex F2 35 75 0 4E 34 5 154 58 3A
Octal 362 65 165 0 116 64 5 524 130 72
Binary 11110010 110101 1110101 0 1001110 110100 101 101010100 1011000 111010

Color Harmonies of #F23575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23575

Black with #F23575

Text Example


Text Example

White with #F23575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23575; }

 p { color: rgb(242,53,117); }

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

background-color css

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

 a { background-color: rgb(242,53,117); }

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

border-color css

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

 span { border-color: rgb(242,53,117); }

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