Html Css Color HEX #F30479 Deep Pink

📋 copy color: '#F30479'

red 243 ◦ green 4 ◦ blue 121

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

Shades of Deep Pink #F30479

Tints of Deep Pink #F30479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 66.03%
G = 1.09%
B = 32.88%

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

#F30479 (or 0xF30479) is known color: Deep Pink. HEX triplet: F3, 04 and 79. RGB value is (243,4,121). Sum of RGB (Red+Green+Blue) = 243+4+121=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F30479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30479 is #0CFB86. Grayscale: #585858. Windows color (decimal): -850823 or 7931123. OLE color: 7931123.

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

Color convert

RGB 243 4 121 -
CMYK 0 0.98 0.50 0.05
HSL 330.63º 0.97% 0.48% -
HSV(B) 330.63º 0.98% 0.95% -
XYZ 40.46 20.52 19.92 -
YUV 88.8 146.18 237.99 -
System Red Green Blue C M Y K H S L
Decimal 243 4 121 0 0.98 0.50 0.05 330.63 0.97 0.48
Hex F3 4 79 0 62 32 5 14B 61 30
Octal 363 4 171 0 142 62 5 513 141 60
Binary 11110011 100 1111001 0 1100010 110010 101 101001011 1100001 110000

Color Harmonies of #F30479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30479

Black with #F30479

Text Example


Text Example

White with #F30479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30479; }

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

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

background-color css

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

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

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

border-color css

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

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

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