Html Css Color HEX #F1017F Deep Pink

📋 copy color: '#F1017F'

red 241 ◦ green 1 ◦ blue 127

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

Shades of Deep Pink #F1017F

Tints of Deep Pink #F1017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 65.31%
G = 0.27%
B = 34.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1017F (or 0xF1017F) is known color: Deep Pink. HEX triplet: F1, 01 and 7F. RGB value is (241,1,127). Sum of RGB (Red+Green+Blue) = 241+1+127=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1017F is #0EFE80. Grayscale: #565656. Windows color (decimal): -982657 or 8323569. OLE color: 8323569.

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

Color convert

RGB 241 1 127 -
CMYK 0 1.00 0.47 0.05
HSL 328.5º 0.99% 0.47% -
HSV(B) 328.5º 1% 0.95% -
XYZ 40.12 20.25 21.87 -
YUV 87.12 150.51 237.75 -
System Red Green Blue C M Y K H S L
Decimal 241 1 127 0 1.00 0.47 0.05 328.5 0.99 0.47
Hex F1 1 7F 0 64 2F 5 148 63 2F
Octal 361 1 177 0 144 57 5 510 143 57
Binary 11110001 1 1111111 0 1100100 101111 101 101001000 1100011 101111

Color Harmonies of #F1017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1017F

Black with #F1017F

Text Example


Text Example

White with #F1017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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