Html Css Color HEX #F10084 Deep Pink

📋 copy color: '#F10084'

red 241 ◦ green 0 ◦ blue 132

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

Shades of Deep Pink #F10084

Tints of Deep Pink #F10084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.39%

R = 64.61%
G = 0%
B = 35.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F10084 (or 0xF10084) is known color: Deep Pink. HEX triplet: F1, 00 and 84. RGB value is (241,0,132). Sum of RGB (Red+Green+Blue) = 241+0+132=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F10084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10084 is #0EFF7B. Grayscale: #565656. Windows color (decimal): -982908 or 8650993. OLE color: 8650993.

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

Color convert

RGB 241 0 132 -
CMYK 0 1 0.45 0.05
HSL 327.14º 1% 0.47% -
HSV(B) 327.14º 1% 0.95% -
XYZ 40.44 20.37 23.63 -
YUV 87.11 153.34 237.77 -
System Red Green Blue C M Y K H S L
Decimal 241 0 132 0 1 0.45 0.05 327.14 1 0.47
Hex F1 0 84 0 64 2D 5 147 64 2F
Octal 361 0 204 0 144 55 5 507 144 57
Binary 11110001 0 10000100 0 1100100 101101 101 101000111 1100100 101111

Color Harmonies of #F10084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10084

Black with #F10084

Text Example


Text Example

White with #F10084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10084; }

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

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

background-color css

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

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

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

border-color css

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

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

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