Html Css Color HEX #F13371 Cerise

📋 copy color: '#F13371'

red 241 ◦ green 51 ◦ blue 113

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

Shades of Cerise #F13371

Tints of Cerise #F13371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.59%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 59.51%
G = 12.59%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F13371 (or 0xF13371) is known color: Cerise. HEX triplet: F1, 33 and 71. RGB value is (241,51,113). Sum of RGB (Red+Green+Blue) = 241+51+113=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F13371 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13371 is #0ECC8E. Grayscale: #727272. Windows color (decimal): -969871 or 7418865. OLE color: 7418865.

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

Color convert

RGB 241 51 113 -
CMYK 0 0.79 0.53 0.05
HSL 340.42º 0.87% 0.57% -
HSV(B) 340.42º 0.79% 0.95% -
XYZ 40.44 22.26 17.79 -
YUV 114.88 126.95 217.96 -
System Red Green Blue C M Y K H S L
Decimal 241 51 113 0 0.79 0.53 0.05 340.42 0.87 0.57
Hex F1 33 71 0 4F 35 5 154 57 39
Octal 361 63 161 0 117 65 5 524 127 71
Binary 11110001 110011 1110001 0 1001111 110101 101 101010100 1010111 111001

Color Harmonies of #F13371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13371

Black with #F13371

Text Example


Text Example

White with #F13371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13371; }

 p { color: rgb(241,51,113); }

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

background-color css

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

 a { background-color: rgb(241,51,113); }

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

border-color css

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

 span { border-color: rgb(241,51,113); }

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