Html Css Color HEX #F13472 Cerise

📋 copy color: '#F13472'

red 241 ◦ green 52 ◦ blue 114

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

Shades of Cerise #F13472

Tints of Cerise #F13472

RGB

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

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

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

R = 59.21%
G = 12.78%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F13472 (or 0xF13472) is known color: Cerise. HEX triplet: F1, 34 and 72. RGB value is (241,52,114). Sum of RGB (Red+Green+Blue) = 241+52+114=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F13472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13472 is #0ECB8D. Grayscale: #737373. Windows color (decimal): -969614 or 7484657. OLE color: 7484657.

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

Color convert

RGB 241 52 114 -
CMYK 0 0.78 0.53 0.05
HSL 340.32º 0.87% 0.57% -
HSV(B) 340.32º 0.78% 0.95% -
XYZ 40.54 22.37 18.1 -
YUV 115.58 127.12 217.46 -
System Red Green Blue C M Y K H S L
Decimal 241 52 114 0 0.78 0.53 0.05 340.32 0.87 0.57
Hex F1 34 72 0 4E 35 5 154 57 39
Octal 361 64 162 0 116 65 5 524 127 71
Binary 11110001 110100 1110010 0 1001110 110101 101 101010100 1010111 111001

Color Harmonies of #F13472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13472

Black with #F13472

Text Example


Text Example

White with #F13472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13472; }

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

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

background-color css

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

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

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

border-color css

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

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

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