Html Css Color HEX #F1277E Deep Cerise

📋 copy color: '#F1277E'

red 241 ◦ green 39 ◦ blue 126

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

Shades of Deep Cerise #F1277E

Tints of Deep Cerise #F1277E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.61%

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 59.36%
G = 9.61%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1277E (or 0xF1277E) is known color: Deep Cerise. HEX triplet: F1, 27 and 7E. RGB value is (241,39,126). Sum of RGB (Red+Green+Blue) = 241+39+126=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F1277E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1277E is #0ED881. Grayscale: #6D6D6D. Windows color (decimal): -972930 or 8267761. OLE color: 8267761.

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

Color convert

RGB 241 39 126 -
CMYK 0 0.84 0.48 0.05
HSL 334.16º 0.88% 0.55% -
HSV(B) 334.16º 0.84% 0.95% -
XYZ 40.77 21.66 21.77 -
YUV 109.32 137.42 221.93 -
System Red Green Blue C M Y K H S L
Decimal 241 39 126 0 0.84 0.48 0.05 334.16 0.88 0.55
Hex F1 27 7E 0 54 30 5 14E 58 37
Octal 361 47 176 0 124 60 5 516 130 67
Binary 11110001 100111 1111110 0 1010100 110000 101 101001110 1011000 110111

Color Harmonies of #F1277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1277E

Black with #F1277E

Text Example


Text Example

White with #F1277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1277E; }

 p { color: rgb(241,39,126); }

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

background-color css

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

 a { background-color: rgb(241,39,126); }

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

border-color css

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

 span { border-color: rgb(241,39,126); }

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