Html Css Color HEX #F1226A Cerise

📋 copy color: '#F1226A'

red 241 ◦ green 34 ◦ blue 106

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

Shades of Cerise #F1226A

Tints of Cerise #F1226A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.92%

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 63.25%
G = 8.92%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1226A (or 0xF1226A) is known color: Cerise. HEX triplet: F1, 22 and 6A. RGB value is (241,34,106). Sum of RGB (Red+Green+Blue) = 241+34+106=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1226A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1226A is #0EDD95. Grayscale: #686868. Windows color (decimal): -974230 or 6955761. OLE color: 6955761.

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

Color convert

RGB 241 34 106 -
CMYK 0 0.86 0.56 0.05
HSL 339.13º 0.88% 0.54% -
HSV(B) 339.13º 0.86% 0.95% -
XYZ 39.45 20.89 15.59 -
YUV 104.1 129.08 225.65 -
System Red Green Blue C M Y K H S L
Decimal 241 34 106 0 0.86 0.56 0.05 339.13 0.88 0.54
Hex F1 22 6A 0 56 38 5 153 58 36
Octal 361 42 152 0 126 70 5 523 130 66
Binary 11110001 100010 1101010 0 1010110 111000 101 101010011 1011000 110110

Color Harmonies of #F1226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1226A

Black with #F1226A

Text Example


Text Example

White with #F1226A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1226A; }

 p { color: rgb(241,34,106); }

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

background-color css

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

 a { background-color: rgb(241,34,106); }

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

border-color css

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

 span { border-color: rgb(241,34,106); }

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