Html Css Color HEX #F10384 Deep Pink

📋 copy color: '#F10384'

red 241 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #F10384

Tints of Deep Pink #F10384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 64.1%
G = 0.8%
B = 35.11%

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

#F10384 (or 0xF10384) is known color: Deep Pink. HEX triplet: F1, 03 and 84. RGB value is (241,3,132). Sum of RGB (Red+Green+Blue) = 241+3+132=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F10384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10384 is #0EFC7B. Grayscale: #585858. Windows color (decimal): -982140 or 8651761. OLE color: 8651761.

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

Color convert

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

Color Harmonies of #F10384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10384

Black with #F10384

Text Example


Text Example

White with #F10384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10384; }

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

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

background-color css

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

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

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

border-color css

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

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

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