Html Css Color HEX #F1027C Deep Pink

📋 copy color: '#F1027C'

red 241 ◦ green 2 ◦ blue 124

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

Shades of Deep Pink #F1027C

Tints of Deep Pink #F1027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 65.67%
G = 0.54%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1027C (or 0xF1027C) is known color: Deep Pink. HEX triplet: F1, 02 and 7C. RGB value is (241,2,124). Sum of RGB (Red+Green+Blue) = 241+2+124=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1027C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1027C is #0EFD83. Grayscale: #575757. Windows color (decimal): -982404 or 8127217. OLE color: 8127217.

HSL color Cylindrical-coordinate representation of color #F1027C: hue angle of 329.37º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1027C is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 2 124 -
CMYK 0 0.99 0.49 0.05
HSL 329.37º 0.98% 0.48% -
HSV(B) 329.37º 0.99% 0.95% -
XYZ 39.94 20.2 20.86 -
YUV 87.37 148.68 237.58 -
System Red Green Blue C M Y K H S L
Decimal 241 2 124 0 0.99 0.49 0.05 329.37 0.98 0.48
Hex F1 2 7C 0 63 31 5 149 62 30
Octal 361 2 174 0 143 61 5 511 142 60
Binary 11110001 10 1111100 0 1100011 110001 101 101001001 1100010 110000

Color Harmonies of #F1027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1027C

Black with #F1027C

Text Example


Text Example

White with #F1027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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