Html Css Color HEX #F30179 Deep Pink

📋 copy color: '#F30179'

red 243 ◦ green 1 ◦ blue 121

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

Shades of Deep Pink #F30179

Tints of Deep Pink #F30179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 66.58%
G = 0.27%
B = 33.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F30179 (or 0xF30179) is known color: Deep Pink. HEX triplet: F3, 01 and 79. RGB value is (243,1,121). Sum of RGB (Red+Green+Blue) = 243+1+121=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F30179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30179 is #0CFE86. Grayscale: #565656. Windows color (decimal): -851591 or 7930355. OLE color: 7930355.

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

Color convert

RGB 243 1 121 -
CMYK 0 1.00 0.50 0.05
HSL 330.25º 0.99% 0.48% -
HSV(B) 330.25º 1% 0.95% -
XYZ 40.42 20.46 19.91 -
YUV 87.04 147.17 239.24 -
System Red Green Blue C M Y K H S L
Decimal 243 1 121 0 1.00 0.50 0.05 330.25 0.99 0.48
Hex F3 1 79 0 64 32 5 14A 63 30
Octal 363 1 171 0 144 62 5 512 143 60
Binary 11110011 1 1111001 0 1100100 110010 101 101001010 1100011 110000

Color Harmonies of #F30179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30179

Black with #F30179

Text Example


Text Example

White with #F30179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30179; }

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

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

background-color css

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

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

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

border-color css

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

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

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