Html Css Color HEX #F30679 Deep Pink

📋 copy color: '#F30679'

red 243 ◦ green 6 ◦ blue 121

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

Shades of Deep Pink #F30679

Tints of Deep Pink #F30679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.62%

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

R = 65.68%
G = 1.62%
B = 32.7%

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

#F30679 (or 0xF30679) is known color: Deep Pink. HEX triplet: F3, 06 and 79. RGB value is (243,6,121). Sum of RGB (Red+Green+Blue) = 243+6+121=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F30679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30679 is #0CF986. Grayscale: #595959. Windows color (decimal): -850311 or 7931635. OLE color: 7931635.

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

Color convert

RGB 243 6 121 -
CMYK 0 0.98 0.50 0.05
HSL 330.89º 0.95% 0.49% -
HSV(B) 330.89º 0.98% 0.95% -
XYZ 40.48 20.57 19.93 -
YUV 89.97 145.52 237.15 -
System Red Green Blue C M Y K H S L
Decimal 243 6 121 0 0.98 0.50 0.05 330.89 0.95 0.49
Hex F3 6 79 0 62 32 5 14B 5F 31
Octal 363 6 171 0 142 62 5 513 137 61
Binary 11110011 110 1111001 0 1100010 110010 101 101001011 1011111 110001

Color Harmonies of #F30679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30679

Black with #F30679

Text Example


Text Example

White with #F30679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30679; }

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

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

background-color css

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

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

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

border-color css

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

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

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