Html Css Color HEX #F30589 Deep Pink

📋 copy color: '#F30589'

red 243 ◦ green 5 ◦ blue 137

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

Shades of Deep Pink #F30589

Tints of Deep Pink #F30589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.58%

R = 63.12%
G = 1.3%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F30589 (or 0xF30589) is known color: Deep Pink. HEX triplet: F3, 05 and 89. RGB value is (243,5,137). Sum of RGB (Red+Green+Blue) = 243+5+137=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F30589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30589 is #0CFA76. Grayscale: #5A5A5A. Windows color (decimal): -850551 or 8979955. OLE color: 8979955.

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

Color convert

RGB 243 5 137 -
CMYK 0 0.98 0.44 0.05
HSL 326.72º 0.96% 0.49% -
HSV(B) 326.72º 0.98% 0.95% -
XYZ 41.53 20.97 25.53 -
YUV 91.21 153.85 236.27 -
System Red Green Blue C M Y K H S L
Decimal 243 5 137 0 0.98 0.44 0.05 326.72 0.96 0.49
Hex F3 5 89 0 62 2C 5 147 60 31
Octal 363 5 211 0 142 54 5 507 140 61
Binary 11110011 101 10001001 0 1100010 101100 101 101000111 1100000 110001

Color Harmonies of #F30589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30589

Black with #F30589

Text Example


Text Example

White with #F30589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30589; }

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

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

background-color css

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

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

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

border-color css

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

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

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