Html Css Color HEX #F1247F Deep Cerise

📋 copy color: '#F1247F'

red 241 ◦ green 36 ◦ blue 127

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

Shades of Deep Cerise #F1247F

Tints of Deep Cerise #F1247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.91%

 BLUE value IS 127 (50% from 255) = 31.44%

R = 59.65%
G = 8.91%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1247F (or 0xF1247F) is known color: Deep Cerise. HEX triplet: F1, 24 and 7F. RGB value is (241,36,127). Sum of RGB (Red+Green+Blue) = 241+36+127=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1247F is #0EDB80. Grayscale: #6B6B6B. Windows color (decimal): -973697 or 8332529. OLE color: 8332529.

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

Color convert

RGB 241 36 127 -
CMYK 0 0.85 0.47 0.05
HSL 333.37º 0.88% 0.54% -
HSV(B) 333.37º 0.85% 0.95% -
XYZ 40.74 21.49 22.08 -
YUV 107.67 138.92 223.1 -
System Red Green Blue C M Y K H S L
Decimal 241 36 127 0 0.85 0.47 0.05 333.37 0.88 0.54
Hex F1 24 7F 0 55 2F 5 14D 58 36
Octal 361 44 177 0 125 57 5 515 130 66
Binary 11110001 100100 1111111 0 1010101 101111 101 101001101 1011000 110110

Color Harmonies of #F1247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1247F

Black with #F1247F

Text Example


Text Example

White with #F1247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1247F; }

 p { color: rgb(241,36,127); }

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

background-color css

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

 a { background-color: rgb(241,36,127); }

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

border-color css

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

 span { border-color: rgb(241,36,127); }

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