Html Css Color HEX #F10482 Deep Pink

📋 copy color: '#F10482'

red 241 ◦ green 4 ◦ blue 130

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

Shades of Deep Pink #F10482

Tints of Deep Pink #F10482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

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

R = 64.27%
G = 1.07%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F10482 (or 0xF10482) is known color: Deep Pink. HEX triplet: F1, 04 and 82. RGB value is (241,4,130). Sum of RGB (Red+Green+Blue) = 241+4+130=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F10482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10482 is #0EFB7D. Grayscale: #585858. Windows color (decimal): -981886 or 8520945. OLE color: 8520945.

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

Color convert

RGB 241 4 130 -
CMYK 0 0.98 0.46 0.05
HSL 328.1º 0.97% 0.48% -
HSV(B) 328.1º 0.98% 0.95% -
XYZ 40.35 20.4 22.93 -
YUV 89.23 151.02 236.25 -
System Red Green Blue C M Y K H S L
Decimal 241 4 130 0 0.98 0.46 0.05 328.1 0.97 0.48
Hex F1 4 82 0 62 2E 5 148 61 30
Octal 361 4 202 0 142 56 5 510 141 60
Binary 11110001 100 10000010 0 1100010 101110 101 101001000 1100001 110000

Color Harmonies of #F10482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10482

Black with #F10482

Text Example


Text Example

White with #F10482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10482; }

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

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

background-color css

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

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

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

border-color css

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

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

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