Html Css Color HEX #F1037F Deep Pink

📋 copy color: '#F1037F'

red 241 ◦ green 3 ◦ blue 127

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

Shades of Deep Pink #F1037F

Tints of Deep Pink #F1037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 64.96%
G = 0.81%
B = 34.23%

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

#F1037F (or 0xF1037F) is known color: Deep Pink. HEX triplet: F1, 03 and 7F. RGB value is (241,3,127). Sum of RGB (Red+Green+Blue) = 241+3+127=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1037F is #0EFC80. Grayscale: #585858. Windows color (decimal): -982145 or 8324081. OLE color: 8324081.

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

Color convert

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

Color Harmonies of #F1037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1037F

Black with #F1037F

Text Example


Text Example

White with #F1037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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