Html Css Color HEX #F10284 Deep Pink

📋 copy color: '#F10284'

red 241 ◦ green 2 ◦ blue 132

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

Shades of Deep Pink #F10284

Tints of Deep Pink #F10284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 64.27%
G = 0.53%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F10284 (or 0xF10284) is known color: Deep Pink. HEX triplet: F1, 02 and 84. RGB value is (241,2,132). Sum of RGB (Red+Green+Blue) = 241+2+132=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F10284 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10284 is #0EFD7B. Grayscale: #585858. Windows color (decimal): -982396 or 8651505. OLE color: 8651505.

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

Color convert

RGB 241 2 132 -
CMYK 0 0.99 0.45 0.05
HSL 327.36º 0.98% 0.48% -
HSV(B) 327.36º 0.99% 0.95% -
XYZ 40.46 20.41 23.64 -
YUV 88.28 152.68 236.93 -
System Red Green Blue C M Y K H S L
Decimal 241 2 132 0 0.99 0.45 0.05 327.36 0.98 0.48
Hex F1 2 84 0 63 2D 5 147 62 30
Octal 361 2 204 0 143 55 5 507 142 60
Binary 11110001 10 10000100 0 1100011 101101 101 101000111 1100010 110000

Color Harmonies of #F10284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10284

Black with #F10284

Text Example


Text Example

White with #F10284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10284; }

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

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

background-color css

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

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

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

border-color css

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

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

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