Html Css Color HEX #F1007F Deep Pink

📋 copy color: '#F1007F'

red 241 ◦ green 0 ◦ blue 127

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

Shades of Deep Pink #F1007F

Tints of Deep Pink #F1007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.49%
G = 0%
B = 34.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1007F (or 0xF1007F) is known color: Deep Pink. HEX triplet: F1, 00 and 7F. RGB value is (241,0,127). Sum of RGB (Red+Green+Blue) = 241+0+127=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1007F is #0EFF80. Grayscale: #565656. Windows color (decimal): -982913 or 8323313. OLE color: 8323313.

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

Color convert

RGB 241 0 127 -
CMYK 0 1 0.47 0.05
HSL 328.38º 1% 0.47% -
HSV(B) 328.38º 1% 0.95% -
XYZ 40.11 20.23 21.87 -
YUV 86.54 150.84 238.17 -
System Red Green Blue C M Y K H S L
Decimal 241 0 127 0 1 0.47 0.05 328.38 1 0.47
Hex F1 0 7F 0 64 2F 5 148 64 2F
Octal 361 0 177 0 144 57 5 510 144 57
Binary 11110001 0 1111111 0 1100100 101111 101 101001000 1100100 101111

Color Harmonies of #F1007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1007F

Black with #F1007F

Text Example


Text Example

White with #F1007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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