Html Css Color HEX #F12568 Cerise

📋 copy color: '#F12568'

red 241 ◦ green 37 ◦ blue 104

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

Shades of Cerise #F12568

Tints of Cerise #F12568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.69%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 63.09%
G = 9.69%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F12568 (or 0xF12568) is known color: Cerise. HEX triplet: F1, 25 and 68. RGB value is (241,37,104). Sum of RGB (Red+Green+Blue) = 241+37+104=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F12568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12568 is #0EDA97. Grayscale: #696969. Windows color (decimal): -973464 or 6825457. OLE color: 6825457.

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

Color convert

RGB 241 37 104 -
CMYK 0 0.85 0.57 0.05
HSL 340.29º 0.88% 0.55% -
HSV(B) 340.29º 0.85% 0.95% -
XYZ 39.44 21.02 15.08 -
YUV 105.63 127.09 224.55 -
System Red Green Blue C M Y K H S L
Decimal 241 37 104 0 0.85 0.57 0.05 340.29 0.88 0.55
Hex F1 25 68 0 55 39 5 154 58 37
Octal 361 45 150 0 125 71 5 524 130 67
Binary 11110001 100101 1101000 0 1010101 111001 101 101010100 1011000 110111

Color Harmonies of #F12568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12568

Black with #F12568

Text Example


Text Example

White with #F12568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12568; }

 p { color: rgb(241,37,104); }

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

background-color css

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

 a { background-color: rgb(241,37,104); }

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

border-color css

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

 span { border-color: rgb(241,37,104); }

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