Html Css Color HEX #F30579 Deep Pink

📋 copy color: '#F30579'

red 243 ◦ green 5 ◦ blue 121

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

Shades of Deep Pink #F30579

Tints of Deep Pink #F30579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 65.85%
G = 1.36%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F30579 (or 0xF30579) is known color: Deep Pink. HEX triplet: F3, 05 and 79. RGB value is (243,5,121). Sum of RGB (Red+Green+Blue) = 243+5+121=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F30579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30579 is #0CFA86. Grayscale: #595959. Windows color (decimal): -850567 or 7931379. OLE color: 7931379.

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

Color convert

RGB 243 5 121 -
CMYK 0 0.98 0.50 0.05
HSL 330.76º 0.96% 0.49% -
HSV(B) 330.76º 0.98% 0.95% -
XYZ 40.47 20.54 19.92 -
YUV 89.39 145.85 237.57 -
System Red Green Blue C M Y K H S L
Decimal 243 5 121 0 0.98 0.50 0.05 330.76 0.96 0.49
Hex F3 5 79 0 62 32 5 14B 60 31
Octal 363 5 171 0 142 62 5 513 140 61
Binary 11110011 101 1111001 0 1100010 110010 101 101001011 1100000 110001

Color Harmonies of #F30579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30579

Black with #F30579

Text Example


Text Example

White with #F30579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30579; }

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

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

background-color css

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

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

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

border-color css

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

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

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