Html Css Color HEX #F23475 Cerise

📋 copy color: '#F23475'

red 242 ◦ green 52 ◦ blue 117

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

Shades of Cerise #F23475

Tints of Cerise #F23475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.65%

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

R = 58.88%
G = 12.65%
B = 28.47%

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

#F23475 (or 0xF23475) is known color: Cerise. HEX triplet: F2, 34 and 75. RGB value is (242,52,117). Sum of RGB (Red+Green+Blue) = 242+52+117=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F23475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23475 is #0DCB8A. Grayscale: #747474. Windows color (decimal): -904075 or 7681266. OLE color: 7681266.

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

Color convert

RGB 242 52 117 -
CMYK 0 0.79 0.52 0.05
HSL 339.47º 0.88% 0.58% -
HSV(B) 339.47º 0.79% 0.95% -
XYZ 41.06 22.62 19.03 -
YUV 116.22 128.45 217.71 -
System Red Green Blue C M Y K H S L
Decimal 242 52 117 0 0.79 0.52 0.05 339.47 0.88 0.58
Hex F2 34 75 0 4F 34 5 153 58 3A
Octal 362 64 165 0 117 64 5 523 130 72
Binary 11110010 110100 1110101 0 1001111 110100 101 101010011 1011000 111010

Color Harmonies of #F23475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23475

Black with #F23475

Text Example


Text Example

White with #F23475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23475; }

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

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

background-color css

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

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

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

border-color css

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

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

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