Html Css Color HEX #F25079 Dark Pink

📋 copy color: '#F25079'

red 242 ◦ green 80 ◦ blue 121

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

Shades of Dark Pink #F25079

Tints of Dark Pink #F25079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

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

R = 54.63%
G = 18.06%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F25079 (or 0xF25079) is known color: Dark Pink. HEX triplet: F2, 50 and 79. RGB value is (242,80,121). Sum of RGB (Red+Green+Blue) = 242+80+121=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F25079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25079 is #0DAF86. Grayscale: #858585. Windows color (decimal): -896903 or 7950578. OLE color: 7950578.

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

Color convert

RGB 242 80 121 -
CMYK 0 0.67 0.50 0.05
HSL 344.81º 0.86% 0.63% -
HSV(B) 344.81º 0.67% 0.95% -
XYZ 42.94 26 20.84 -
YUV 133.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 242 80 121 0 0.67 0.50 0.05 344.81 0.86 0.63
Hex F2 50 79 0 43 32 5 159 56 3F
Octal 362 120 171 0 103 62 5 531 126 77
Binary 11110010 1010000 1111001 0 1000011 110010 101 101011001 1010110 111111

Color Harmonies of #F25079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25079

Black with #F25079

Text Example


Text Example

White with #F25079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25079; }

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

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

background-color css

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

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

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

border-color css

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

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

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