Html Css Color HEX #F1277C Deep Cerise

📋 copy color: '#F1277C'

red 241 ◦ green 39 ◦ blue 124

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

Shades of Deep Cerise #F1277C

Tints of Deep Cerise #F1277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 59.65%
G = 9.65%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1277C (or 0xF1277C) is known color: Deep Cerise. HEX triplet: F1, 27 and 7C. RGB value is (241,39,124). Sum of RGB (Red+Green+Blue) = 241+39+124=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1277C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1277C is #0ED883. Grayscale: #6C6C6C. Windows color (decimal): -972932 or 8136689. OLE color: 8136689.

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

Color convert

RGB 241 39 124 -
CMYK 0 0.84 0.49 0.05
HSL 334.75º 0.88% 0.55% -
HSV(B) 334.75º 0.84% 0.95% -
XYZ 40.64 21.61 21.1 -
YUV 109.09 136.42 222.09 -
System Red Green Blue C M Y K H S L
Decimal 241 39 124 0 0.84 0.49 0.05 334.75 0.88 0.55
Hex F1 27 7C 0 54 31 5 14F 58 37
Octal 361 47 174 0 124 61 5 517 130 67
Binary 11110001 100111 1111100 0 1010100 110001 101 101001111 1011000 110111

Color Harmonies of #F1277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1277C

Black with #F1277C

Text Example


Text Example

White with #F1277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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