Html Css Color HEX #F13370 Cerise

📋 copy color: '#F13370'

red 241 ◦ green 51 ◦ blue 112

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

Shades of Cerise #F13370

Tints of Cerise #F13370

RGB

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

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

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

R = 59.65%
G = 12.62%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F13370 (or 0xF13370) is known color: Cerise. HEX triplet: F1, 33 and 70. RGB value is (241,51,112). Sum of RGB (Red+Green+Blue) = 241+51+112=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F13370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13370 is #0ECC8F. Grayscale: #727272. Windows color (decimal): -969872 or 7353329. OLE color: 7353329.

HSL color Cylindrical-coordinate representation of color #F13370: hue angle of 340.74º 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 #F13370 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 51 112 -
CMYK 0 0.79 0.54 0.05
HSL 340.74º 0.87% 0.57% -
HSV(B) 340.74º 0.79% 0.95% -
XYZ 40.38 22.24 17.49 -
YUV 114.76 126.45 218.04 -
System Red Green Blue C M Y K H S L
Decimal 241 51 112 0 0.79 0.54 0.05 340.74 0.87 0.57
Hex F1 33 70 0 4F 36 5 155 57 39
Octal 361 63 160 0 117 66 5 525 127 71
Binary 11110001 110011 1110000 0 1001111 110110 101 101010101 1010111 111001

Color Harmonies of #F13370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13370

Black with #F13370

Text Example


Text Example

White with #F13370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13370; }

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

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

background-color css

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

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

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

border-color css

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

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

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