Html Css Color HEX #F12669 Cerise

📋 copy color: '#F12669'

red 241 ◦ green 38 ◦ blue 105

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

Shades of Cerise #F12669

Tints of Cerise #F12669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.9%

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

R = 62.76%
G = 9.9%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F12669 (or 0xF12669) is known color: Cerise. HEX triplet: F1, 26 and 69. RGB value is (241,38,105). Sum of RGB (Red+Green+Blue) = 241+38+105=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F12669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12669 is #0ED996. Grayscale: #6A6A6A. Windows color (decimal): -973207 or 6891249. OLE color: 6891249.

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

Color convert

RGB 241 38 105 -
CMYK 0 0.84 0.56 0.05
HSL 340.2º 0.88% 0.55% -
HSV(B) 340.2º 0.84% 0.95% -
XYZ 39.52 21.11 15.36 -
YUV 106.34 127.25 224.05 -
System Red Green Blue C M Y K H S L
Decimal 241 38 105 0 0.84 0.56 0.05 340.2 0.88 0.55
Hex F1 26 69 0 54 38 5 154 58 37
Octal 361 46 151 0 124 70 5 524 130 67
Binary 11110001 100110 1101001 0 1010100 111000 101 101010100 1011000 110111

Color Harmonies of #F12669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12669

Black with #F12669

Text Example


Text Example

White with #F12669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12669; }

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

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

background-color css

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

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

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

border-color css

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

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

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