Html Css Color HEX #F23474 Cerise

📋 copy color: '#F23474'

red 242 ◦ green 52 ◦ blue 116

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

Shades of Cerise #F23474

Tints of Cerise #F23474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 59.02%
G = 12.68%
B = 28.29%

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

#F23474 (or 0xF23474) is known color: Cerise. HEX triplet: F2, 34 and 74. RGB value is (242,52,116). Sum of RGB (Red+Green+Blue) = 242+52+116=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F23474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23474 is #0DCB8B. Grayscale: #747474. Windows color (decimal): -904076 or 7615730. OLE color: 7615730.

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

Color convert

RGB 242 52 116 -
CMYK 0 0.79 0.52 0.05
HSL 339.79º 0.88% 0.58% -
HSV(B) 339.79º 0.79% 0.95% -
XYZ 41 22.59 18.72 -
YUV 116.11 127.95 217.8 -
System Red Green Blue C M Y K H S L
Decimal 242 52 116 0 0.79 0.52 0.05 339.79 0.88 0.58
Hex F2 34 74 0 4F 34 5 154 58 3A
Octal 362 64 164 0 117 64 5 524 130 72
Binary 11110010 110100 1110100 0 1001111 110100 101 101010100 1011000 111010

Color Harmonies of #F23474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23474

Black with #F23474

Text Example


Text Example

White with #F23474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23474; }

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

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

background-color css

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

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

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

border-color css

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

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

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