Html Css Color HEX #F12D75 Cerise

📋 copy color: '#F12D75'

red 241 ◦ green 45 ◦ blue 117

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

Shades of Cerise #F12D75

Tints of Cerise #F12D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.17%

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

R = 59.8%
G = 11.17%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F12D75 (or 0xF12D75) is known color: Cerise. HEX triplet: F1, 2D and 75. RGB value is (241,45,117). Sum of RGB (Red+Green+Blue) = 241+45+117=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12D75 is #0ED28A. Grayscale: #6F6F6F. Windows color (decimal): -971403 or 7679473. OLE color: 7679473.

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

Color convert

RGB 241 45 117 -
CMYK 0 0.81 0.51 0.05
HSL 337.96º 0.88% 0.56% -
HSV(B) 337.96º 0.81% 0.95% -
XYZ 40.42 21.86 18.92 -
YUV 111.81 130.93 220.15 -
System Red Green Blue C M Y K H S L
Decimal 241 45 117 0 0.81 0.51 0.05 337.96 0.88 0.56
Hex F1 2D 75 0 51 33 5 152 58 38
Octal 361 55 165 0 121 63 5 522 130 70
Binary 11110001 101101 1110101 0 1010001 110011 101 101010010 1011000 111000

Color Harmonies of #F12D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D75

Black with #F12D75

Text Example


Text Example

White with #F12D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D75; }

 p { color: rgb(241,45,117); }

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

background-color css

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

 a { background-color: rgb(241,45,117); }

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

border-color css

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

 span { border-color: rgb(241,45,117); }

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