Html Css Color HEX #F30584 Deep Pink

📋 copy color: '#F30584'

red 243 ◦ green 5 ◦ blue 132

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

Shades of Deep Pink #F30584

Tints of Deep Pink #F30584

RGB

 RED value IS 243 (95.31% from 255) = 63.95%

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 63.95%
G = 1.32%
B = 34.74%

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

#F30584 (or 0xF30584) is known color: Deep Pink. HEX triplet: F3, 05 and 84. RGB value is (243,5,132). Sum of RGB (Red+Green+Blue) = 243+5+132=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F30584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30584 is #0CFA7B. Grayscale: #5A5A5A. Windows color (decimal): -850556 or 8652275. OLE color: 8652275.

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

Color convert

RGB 243 5 132 -
CMYK 0 0.98 0.46 0.05
HSL 327.98º 0.96% 0.49% -
HSV(B) 327.98º 0.98% 0.95% -
XYZ 41.18 20.83 23.68 -
YUV 90.64 151.35 236.67 -
System Red Green Blue C M Y K H S L
Decimal 243 5 132 0 0.98 0.46 0.05 327.98 0.96 0.49
Hex F3 5 84 0 62 2E 5 148 60 31
Octal 363 5 204 0 142 56 5 510 140 61
Binary 11110011 101 10000100 0 1100010 101110 101 101001000 1100000 110001

Color Harmonies of #F30584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30584

Black with #F30584

Text Example


Text Example

White with #F30584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30584; }

 p { color: rgb(243,5,132); }

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

background-color css

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

 a { background-color: rgb(243,5,132); }

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

border-color css

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

 span { border-color: rgb(243,5,132); }

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