Html Css Color HEX #F1296D Cerise

📋 copy color: '#F1296D'

red 241 ◦ green 41 ◦ blue 109

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

Shades of Cerise #F1296D

Tints of Cerise #F1296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.49%

 BLUE value IS 109 (42.97% from 255) = 27.88%

R = 61.64%
G = 10.49%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1296D (or 0xF1296D) is known color: Cerise. HEX triplet: F1, 29 and 6D. RGB value is (241,41,109). Sum of RGB (Red+Green+Blue) = 241+41+109=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F1296D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1296D is #0ED692. Grayscale: #6C6C6C. Windows color (decimal): -972435 or 7154161. OLE color: 7154161.

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

Color convert

RGB 241 41 109 -
CMYK 0 0.83 0.55 0.05
HSL 339.6º 0.88% 0.55% -
HSV(B) 339.6º 0.83% 0.95% -
XYZ 39.83 21.39 16.5 -
YUV 108.55 128.26 222.47 -
System Red Green Blue C M Y K H S L
Decimal 241 41 109 0 0.83 0.55 0.05 339.6 0.88 0.55
Hex F1 29 6D 0 53 37 5 154 58 37
Octal 361 51 155 0 123 67 5 524 130 67
Binary 11110001 101001 1101101 0 1010011 110111 101 101010100 1011000 110111

Color Harmonies of #F1296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1296D

Black with #F1296D

Text Example


Text Example

White with #F1296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1296D; }

 p { color: rgb(241,41,109); }

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

background-color css

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

 a { background-color: rgb(241,41,109); }

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

border-color css

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

 span { border-color: rgb(241,41,109); }

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