Html Css Color HEX #F10484 Deep Pink

📋 copy color: '#F10484'

red 241 ◦ green 4 ◦ blue 132

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

Shades of Deep Pink #F10484

Tints of Deep Pink #F10484

RGB

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

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

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

R = 63.93%
G = 1.06%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F10484 (or 0xF10484) is known color: Deep Pink. HEX triplet: F1, 04 and 84. RGB value is (241,4,132). Sum of RGB (Red+Green+Blue) = 241+4+132=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F10484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10484 is #0EFB7B. Grayscale: #595959. Windows color (decimal): -981884 or 8652017. OLE color: 8652017.

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

Color convert

RGB 241 4 132 -
CMYK 0 0.98 0.45 0.05
HSL 327.59º 0.97% 0.48% -
HSV(B) 327.59º 0.98% 0.95% -
XYZ 40.48 20.45 23.64 -
YUV 89.46 152.02 236.09 -
System Red Green Blue C M Y K H S L
Decimal 241 4 132 0 0.98 0.45 0.05 327.59 0.97 0.48
Hex F1 4 84 0 62 2D 5 148 61 30
Octal 361 4 204 0 142 55 5 510 141 60
Binary 11110001 100 10000100 0 1100010 101101 101 101001000 1100001 110000

Color Harmonies of #F10484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10484

Black with #F10484

Text Example


Text Example

White with #F10484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10484; }

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

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

background-color css

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

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

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

border-color css

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

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

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