Html Css Color HEX #F10082 Deep Pink

📋 copy color: '#F10082'

red 241 ◦ green 0 ◦ blue 130

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

Shades of Deep Pink #F10082

Tints of Deep Pink #F10082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 64.96%
G = 0%
B = 35.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F10082 (or 0xF10082) is known color: Deep Pink. HEX triplet: F1, 00 and 82. RGB value is (241,0,130). Sum of RGB (Red+Green+Blue) = 241+0+130=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F10082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10082 is #0EFF7D. Grayscale: #565656. Windows color (decimal): -982910 or 8519921. OLE color: 8519921.

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

Color convert

RGB 241 0 130 -
CMYK 0 1 0.46 0.05
HSL 327.63º 1% 0.47% -
HSV(B) 327.63º 1% 0.95% -
XYZ 40.3 20.31 22.92 -
YUV 86.88 152.34 237.93 -
System Red Green Blue C M Y K H S L
Decimal 241 0 130 0 1 0.46 0.05 327.63 1 0.47
Hex F1 0 82 0 64 2E 5 148 64 2F
Octal 361 0 202 0 144 56 5 510 144 57
Binary 11110001 0 10000010 0 1100100 101110 101 101001000 1100100 101111

Color Harmonies of #F10082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10082

Black with #F10082

Text Example


Text Example

White with #F10082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10082; }

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

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

background-color css

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

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

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

border-color css

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

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

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