Html Css Color HEX #F25379 Dark Pink

📋 copy color: '#F25379'

red 242 ◦ green 83 ◦ blue 121

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

Shades of Dark Pink #F25379

Tints of Dark Pink #F25379

RGB

 RED value IS 242 (94.92% from 255) = 54.26%

 GREEN value IS 83 (32.81% from 255) = 18.61%

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

R = 54.26%
G = 18.61%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F25379 (or 0xF25379) is known color: Dark Pink. HEX triplet: F2, 53 and 79. RGB value is (242,83,121). Sum of RGB (Red+Green+Blue) = 242+83+121=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F25379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25379 is #0DAC86. Grayscale: #868686. Windows color (decimal): -896135 or 7951346. OLE color: 7951346.

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

Color convert

RGB 242 83 121 -
CMYK 0 0.66 0.50 0.05
HSL 345.66º 0.86% 0.64% -
HSV(B) 345.66º 0.66% 0.95% -
XYZ 43.16 26.44 20.92 -
YUV 134.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 242 83 121 0 0.66 0.50 0.05 345.66 0.86 0.64
Hex F2 53 79 0 42 32 5 15A 56 40
Octal 362 123 171 0 102 62 5 532 126 100
Binary 11110010 1010011 1111001 0 1000010 110010 101 101011010 1010110 1000000

Color Harmonies of #F25379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25379

Black with #F25379

Text Example


Text Example

White with #F25379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25379; }

 p { color: rgb(242,83,121); }

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

background-color css

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

 a { background-color: rgb(242,83,121); }

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

border-color css

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

 span { border-color: rgb(242,83,121); }

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