Html Css Color HEX #F1027F Deep Pink

📋 copy color: '#F1027F'

red 241 ◦ green 2 ◦ blue 127

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

Shades of Deep Pink #F1027F

Tints of Deep Pink #F1027F

RGB

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

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

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

R = 65.14%
G = 0.54%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1027F (or 0xF1027F) is known color: Deep Pink. HEX triplet: F1, 02 and 7F. RGB value is (241,2,127). Sum of RGB (Red+Green+Blue) = 241+2+127=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1027F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1027F is #0EFD80. Grayscale: #575757. Windows color (decimal): -982401 or 8323825. OLE color: 8323825.

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

Color convert

RGB 241 2 127 -
CMYK 0 0.99 0.47 0.05
HSL 328.62º 0.98% 0.48% -
HSV(B) 328.62º 0.99% 0.95% -
XYZ 40.13 20.28 21.88 -
YUV 87.71 150.18 237.34 -
System Red Green Blue C M Y K H S L
Decimal 241 2 127 0 0.99 0.47 0.05 328.62 0.98 0.48
Hex F1 2 7F 0 63 2F 5 149 62 30
Octal 361 2 177 0 143 57 5 511 142 60
Binary 11110001 10 1111111 0 1100011 101111 101 101001001 1100010 110000

Color Harmonies of #F1027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1027F

Black with #F1027F

Text Example


Text Example

White with #F1027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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