Html Css Color HEX #F12569 Cerise

📋 copy color: '#F12569'

red 241 ◦ green 37 ◦ blue 105

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

Shades of Cerise #F12569

Tints of Cerise #F12569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.42%

R = 62.92%
G = 9.66%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F12569 (or 0xF12569) is known color: Cerise. HEX triplet: F1, 25 and 69. RGB value is (241,37,105). Sum of RGB (Red+Green+Blue) = 241+37+105=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F12569 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12569 is #0EDA96. Grayscale: #696969. Windows color (decimal): -973463 or 6890993. OLE color: 6890993.

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

Color convert

RGB 241 37 105 -
CMYK 0 0.85 0.56 0.05
HSL 340º 0.88% 0.55% -
HSV(B) 340º 0.85% 0.95% -
XYZ 39.49 21.04 15.35 -
YUV 105.75 127.59 224.47 -
System Red Green Blue C M Y K H S L
Decimal 241 37 105 0 0.85 0.56 0.05 340 0.88 0.55
Hex F1 25 69 0 55 38 5 154 58 37
Octal 361 45 151 0 125 70 5 524 130 67
Binary 11110001 100101 1101001 0 1010101 111000 101 101010100 1011000 110111

Color Harmonies of #F12569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12569

Black with #F12569

Text Example


Text Example

White with #F12569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12569; }

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

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

background-color css

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

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

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

border-color css

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

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

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