Html Css Color HEX #F13972 Cerise

📋 copy color: '#F13972'

red 241 ◦ green 57 ◦ blue 114

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

Shades of Cerise #F13972

Tints of Cerise #F13972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.83%

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 58.5%
G = 13.83%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F13972 (or 0xF13972) is known color: Cerise. HEX triplet: F1, 39 and 72. RGB value is (241,57,114). Sum of RGB (Red+Green+Blue) = 241+57+114=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F13972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13972 is #0EC68D. Grayscale: #767676. Windows color (decimal): -968334 or 7485937. OLE color: 7485937.

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

Color convert

RGB 241 57 114 -
CMYK 0 0.76 0.53 0.05
HSL 341.41º 0.87% 0.58% -
HSV(B) 341.41º 0.76% 0.95% -
XYZ 40.78 22.84 18.18 -
YUV 118.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 241 57 114 0 0.76 0.53 0.05 341.41 0.87 0.58
Hex F1 39 72 0 4C 35 5 155 57 3A
Octal 361 71 162 0 114 65 5 525 127 72
Binary 11110001 111001 1110010 0 1001100 110101 101 101010101 1010111 111010

Color Harmonies of #F13972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13972

Black with #F13972

Text Example


Text Example

White with #F13972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13972; }

 p { color: rgb(241,57,114); }

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

background-color css

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

 a { background-color: rgb(241,57,114); }

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

border-color css

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

 span { border-color: rgb(241,57,114); }

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