Html Css Color HEX #F12F70 Cerise

📋 copy color: '#F12F70'

red 241 ◦ green 47 ◦ blue 112

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

Shades of Cerise #F12F70

Tints of Cerise #F12F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.75%

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

R = 60.25%
G = 11.75%
B = 28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F12F70 (or 0xF12F70) is known color: Cerise. HEX triplet: F1, 2F and 70. RGB value is (241,47,112). Sum of RGB (Red+Green+Blue) = 241+47+112=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F70 is #0ED08F. Grayscale: #707070. Windows color (decimal): -970896 or 7352305. OLE color: 7352305.

HSL color Cylindrical-coordinate representation of color #F12F70: hue angle of 339.9º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F70 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 112 -
CMYK 0 0.80 0.54 0.05
HSL 339.9º 0.87% 0.56% -
HSV(B) 339.9º 0.8% 0.95% -
XYZ 40.22 21.9 17.44 -
YUV 112.42 127.77 219.71 -
System Red Green Blue C M Y K H S L
Decimal 241 47 112 0 0.80 0.54 0.05 339.9 0.87 0.56
Hex F1 2F 70 0 50 36 5 154 57 38
Octal 361 57 160 0 120 66 5 524 127 70
Binary 11110001 101111 1110000 0 1010000 110110 101 101010100 1010111 111000

Color Harmonies of #F12F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F70

Black with #F12F70

Text Example


Text Example

White with #F12F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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