Html Css Color HEX #F1226F Cerise

📋 copy color: '#F1226F'

red 241 ◦ green 34 ◦ blue 111

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

Shades of Cerise #F1226F

Tints of Cerise #F1226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 62.44%
G = 8.81%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1226F (or 0xF1226F) is known color: Cerise. HEX triplet: F1, 22 and 6F. RGB value is (241,34,111). Sum of RGB (Red+Green+Blue) = 241+34+111=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1226F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1226F is #0EDD90. Grayscale: #686868. Windows color (decimal): -974225 or 7283441. OLE color: 7283441.

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

Color convert

RGB 241 34 111 -
CMYK 0 0.86 0.54 0.05
HSL 337.68º 0.88% 0.54% -
HSV(B) 337.68º 0.86% 0.95% -
XYZ 39.72 20.99 17 -
YUV 104.67 131.58 225.24 -
System Red Green Blue C M Y K H S L
Decimal 241 34 111 0 0.86 0.54 0.05 337.68 0.88 0.54
Hex F1 22 6F 0 56 36 5 152 58 36
Octal 361 42 157 0 126 66 5 522 130 66
Binary 11110001 100010 1101111 0 1010110 110110 101 101010010 1011000 110110

Color Harmonies of #F1226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1226F

Black with #F1226F

Text Example


Text Example

White with #F1226F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1226F; }

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

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

background-color css

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

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

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

border-color css

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

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

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