Html Css Color HEX #F12865 Cerise

📋 copy color: '#F12865'

red 241 ◦ green 40 ◦ blue 101

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

Shades of Cerise #F12865

Tints of Cerise #F12865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.47%

 BLUE value IS 101 (39.84% from 255) = 26.44%

R = 63.09%
G = 10.47%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F12865 (or 0xF12865) is known color: Cerise. HEX triplet: F1, 28 and 65. RGB value is (241,40,101). Sum of RGB (Red+Green+Blue) = 241+40+101=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F12865 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12865 is #0ED79A. Grayscale: #6B6B6B. Windows color (decimal): -972699 or 6629617. OLE color: 6629617.

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

Color convert

RGB 241 40 101 -
CMYK 0 0.83 0.58 0.05
HSL 341.79º 0.88% 0.55% -
HSV(B) 341.79º 0.83% 0.95% -
XYZ 39.38 21.16 14.32 -
YUV 107.05 124.59 223.54 -
System Red Green Blue C M Y K H S L
Decimal 241 40 101 0 0.83 0.58 0.05 341.79 0.88 0.55
Hex F1 28 65 0 53 3A 5 156 58 37
Octal 361 50 145 0 123 72 5 526 130 67
Binary 11110001 101000 1100101 0 1010011 111010 101 101010110 1011000 110111

Color Harmonies of #F12865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12865

Black with #F12865

Text Example


Text Example

White with #F12865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12865; }

 p { color: rgb(241,40,101); }

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

background-color css

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

 a { background-color: rgb(241,40,101); }

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

border-color css

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

 span { border-color: rgb(241,40,101); }

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