Html Css Color HEX #F12A70 Cerise

📋 copy color: '#F12A70'

red 241 ◦ green 42 ◦ blue 112

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

Shades of Cerise #F12A70

Tints of Cerise #F12A70

RGB

 RED value IS 241 (94.53% from 255) = 61.01%

 GREEN value IS 42 (16.8% from 255) = 10.63%

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

R = 61.01%
G = 10.63%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F12A70 (or 0xF12A70) is known color: Cerise. HEX triplet: F1, 2A and 70. RGB value is (241,42,112). Sum of RGB (Red+Green+Blue) = 241+42+112=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A70 is #0ED58F. Grayscale: #6D6D6D. Windows color (decimal): -972176 or 7351025. OLE color: 7351025.

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

Color convert

RGB 241 42 112 -
CMYK 0 0.83 0.54 0.05
HSL 338.89º 0.88% 0.55% -
HSV(B) 338.89º 0.83% 0.95% -
XYZ 40.03 21.53 17.37 -
YUV 109.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 241 42 112 0 0.83 0.54 0.05 338.89 0.88 0.55
Hex F1 2A 70 0 53 36 5 153 58 37
Octal 361 52 160 0 123 66 5 523 130 67
Binary 11110001 101010 1110000 0 1010011 110110 101 101010011 1011000 110111

Color Harmonies of #F12A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A70

Black with #F12A70

Text Example


Text Example

White with #F12A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A70; }

 p { color: rgb(241,42,112); }

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

background-color css

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

 a { background-color: rgb(241,42,112); }

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

border-color css

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

 span { border-color: rgb(241,42,112); }

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