Html Css Color HEX #F13870 Cerise

📋 copy color: '#F13870'

red 241 ◦ green 56 ◦ blue 112

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

Shades of Cerise #F13870

Tints of Cerise #F13870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.69%

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

R = 58.92%
G = 13.69%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F13870 (or 0xF13870) is known color: Cerise. HEX triplet: F1, 38 and 70. RGB value is (241,56,112). Sum of RGB (Red+Green+Blue) = 241+56+112=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F13870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13870 is #0EC78F. Grayscale: #757575. Windows color (decimal): -968592 or 7354609. OLE color: 7354609.

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

Color convert

RGB 241 56 112 -
CMYK 0 0.77 0.54 0.05
HSL 341.84º 0.87% 0.58% -
HSV(B) 341.84º 0.77% 0.95% -
XYZ 40.61 22.7 17.57 -
YUV 117.7 124.79 215.95 -
System Red Green Blue C M Y K H S L
Decimal 241 56 112 0 0.77 0.54 0.05 341.84 0.87 0.58
Hex F1 38 70 0 4D 36 5 156 57 3A
Octal 361 70 160 0 115 66 5 526 127 72
Binary 11110001 111000 1110000 0 1001101 110110 101 101010110 1010111 111010

Color Harmonies of #F13870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13870

Black with #F13870

Text Example


Text Example

White with #F13870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13870; }

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

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

background-color css

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

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

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

border-color css

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

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

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