Html Css Color HEX #F23275 Cerise

📋 copy color: '#F23275'

red 242 ◦ green 50 ◦ blue 117

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

Shades of Cerise #F23275

Tints of Cerise #F23275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.22%

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

R = 59.17%
G = 12.22%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F23275 (or 0xF23275) is known color: Cerise. HEX triplet: F2, 32 and 75. RGB value is (242,50,117). Sum of RGB (Red+Green+Blue) = 242+50+117=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F23275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23275 is #0DCD8A. Grayscale: #727272. Windows color (decimal): -904587 or 7680754. OLE color: 7680754.

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

Color convert

RGB 242 50 117 -
CMYK 0 0.79 0.52 0.05
HSL 339.06º 0.88% 0.57% -
HSV(B) 339.06º 0.79% 0.95% -
XYZ 40.97 22.44 19 -
YUV 115.05 129.11 218.55 -
System Red Green Blue C M Y K H S L
Decimal 242 50 117 0 0.79 0.52 0.05 339.06 0.88 0.57
Hex F2 32 75 0 4F 34 5 153 58 39
Octal 362 62 165 0 117 64 5 523 130 71
Binary 11110010 110010 1110101 0 1001111 110100 101 101010011 1011000 111001

Color Harmonies of #F23275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23275

Black with #F23275

Text Example


Text Example

White with #F23275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23275; }

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

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

background-color css

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

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

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

border-color css

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

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

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