Html Css Color HEX #F1247C Deep Cerise

📋 copy color: '#F1247C'

red 241 ◦ green 36 ◦ blue 124

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

Shades of Deep Cerise #F1247C

Tints of Deep Cerise #F1247C

RGB

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

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

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

R = 60.1%
G = 8.98%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1247C (or 0xF1247C) is known color: Deep Cerise. HEX triplet: F1, 24 and 7C. RGB value is (241,36,124). Sum of RGB (Red+Green+Blue) = 241+36+124=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1247C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1247C is #0EDB83. Grayscale: #6B6B6B. Windows color (decimal): -973700 or 8135921. OLE color: 8135921.

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

Color convert

RGB 241 36 124 -
CMYK 0 0.85 0.49 0.05
HSL 334.24º 0.88% 0.54% -
HSV(B) 334.24º 0.85% 0.95% -
XYZ 40.54 21.42 21.07 -
YUV 107.33 137.42 223.34 -
System Red Green Blue C M Y K H S L
Decimal 241 36 124 0 0.85 0.49 0.05 334.24 0.88 0.54
Hex F1 24 7C 0 55 31 5 14E 58 36
Octal 361 44 174 0 125 61 5 516 130 66
Binary 11110001 100100 1111100 0 1010101 110001 101 101001110 1011000 110110

Color Harmonies of #F1247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1247C

Black with #F1247C

Text Example


Text Example

White with #F1247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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