Html Css Color HEX #F1267C Deep Cerise

📋 copy color: '#F1267C'

red 241 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #F1267C

Tints of Deep Cerise #F1267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.43%

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

R = 59.8%
G = 9.43%
B = 30.77%

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

#F1267C (or 0xF1267C) is known color: Deep Cerise. HEX triplet: F1, 26 and 7C. RGB value is (241,38,124). Sum of RGB (Red+Green+Blue) = 241+38+124=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1267C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1267C is #0ED983. Grayscale: #6C6C6C. Windows color (decimal): -973188 or 8136433. OLE color: 8136433.

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

Color convert

RGB 241 38 124 -
CMYK 0 0.84 0.49 0.05
HSL 334.58º 0.88% 0.55% -
HSV(B) 334.58º 0.84% 0.95% -
XYZ 40.61 21.54 21.09 -
YUV 108.5 136.75 222.51 -
System Red Green Blue C M Y K H S L
Decimal 241 38 124 0 0.84 0.49 0.05 334.58 0.88 0.55
Hex F1 26 7C 0 54 31 5 14F 58 37
Octal 361 46 174 0 124 61 5 517 130 67
Binary 11110001 100110 1111100 0 1010100 110001 101 101001111 1011000 110111

Color Harmonies of #F1267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1267C

Black with #F1267C

Text Example


Text Example

White with #F1267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1267C; }

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

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

background-color css

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

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

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

border-color css

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

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

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