Html Css Color HEX #F1267D Deep Cerise

📋 copy color: '#F1267D'

red 241 ◦ green 38 ◦ blue 125

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

Shades of Deep Cerise #F1267D

Tints of Deep Cerise #F1267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 59.65%
G = 9.41%
B = 30.94%

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

#F1267D (or 0xF1267D) is known color: Deep Cerise. HEX triplet: F1, 26 and 7D. RGB value is (241,38,125). Sum of RGB (Red+Green+Blue) = 241+38+125=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1267D is #0ED982. Grayscale: #6C6C6C. Windows color (decimal): -973187 or 8201969. OLE color: 8201969.

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

Color convert

RGB 241 38 125 -
CMYK 0 0.84 0.48 0.05
HSL 334.29º 0.88% 0.55% -
HSV(B) 334.29º 0.84% 0.95% -
XYZ 40.67 21.57 21.42 -
YUV 108.62 137.25 222.43 -
System Red Green Blue C M Y K H S L
Decimal 241 38 125 0 0.84 0.48 0.05 334.29 0.88 0.55
Hex F1 26 7D 0 54 30 5 14E 58 37
Octal 361 46 175 0 124 60 5 516 130 67
Binary 11110001 100110 1111101 0 1010100 110000 101 101001110 1011000 110111

Color Harmonies of #F1267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1267D

Black with #F1267D

Text Example


Text Example

White with #F1267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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