Html Css Color HEX #F1297A Deep Cerise

📋 copy color: '#F1297A'

red 241 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #F1297A

Tints of Deep Cerise #F1297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.2%

R = 59.65%
G = 10.15%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1297A (or 0xF1297A) is known color: Deep Cerise. HEX triplet: F1, 29 and 7A. RGB value is (241,41,122). Sum of RGB (Red+Green+Blue) = 241+41+122=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1297A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1297A is #0ED685. Grayscale: #6D6D6D. Windows color (decimal): -972422 or 8006129. OLE color: 8006129.

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

Color convert

RGB 241 41 122 -
CMYK 0 0.83 0.49 0.05
HSL 335.7º 0.88% 0.55% -
HSV(B) 335.7º 0.83% 0.95% -
XYZ 40.58 21.69 20.46 -
YUV 110.03 134.76 221.41 -
System Red Green Blue C M Y K H S L
Decimal 241 41 122 0 0.83 0.49 0.05 335.7 0.88 0.55
Hex F1 29 7A 0 53 31 5 150 58 37
Octal 361 51 172 0 123 61 5 520 130 67
Binary 11110001 101001 1111010 0 1010011 110001 101 101010000 1011000 110111

Color Harmonies of #F1297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1297A

Black with #F1297A

Text Example


Text Example

White with #F1297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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