Html Css Color HEX #F1296B Cerise

📋 copy color: '#F1296B'

red 241 ◦ green 41 ◦ blue 107

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

Shades of Cerise #F1296B

Tints of Cerise #F1296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 61.95%
G = 10.54%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1296B (or 0xF1296B) is known color: Cerise. HEX triplet: F1, 29 and 6B. RGB value is (241,41,107). Sum of RGB (Red+Green+Blue) = 241+41+107=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1296B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1296B is #0ED694. Grayscale: #6C6C6C. Windows color (decimal): -972437 or 7023089. OLE color: 7023089.

HSL color Cylindrical-coordinate representation of color #F1296B: 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.83%. Process color model (Four color, CMYK) of #F1296B is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 41 107 -
CMYK 0 0.83 0.56 0.05
HSL 340.2º 0.88% 0.55% -
HSV(B) 340.2º 0.83% 0.95% -
XYZ 39.72 21.35 15.94 -
YUV 108.32 127.26 222.63 -
System Red Green Blue C M Y K H S L
Decimal 241 41 107 0 0.83 0.56 0.05 340.2 0.88 0.55
Hex F1 29 6B 0 53 38 5 154 58 37
Octal 361 51 153 0 123 70 5 524 130 67
Binary 11110001 101001 1101011 0 1010011 111000 101 101010100 1011000 110111

Color Harmonies of #F1296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1296B

Black with #F1296B

Text Example


Text Example

White with #F1296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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