Html Css Color HEX #F25076 Dark Pink

📋 copy color: '#F25076'

red 242 ◦ green 80 ◦ blue 118

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

Shades of Dark Pink #F25076

Tints of Dark Pink #F25076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.82%

R = 55%
G = 18.18%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F25076 (or 0xF25076) is known color: Dark Pink. HEX triplet: F2, 50 and 76. RGB value is (242,80,118). Sum of RGB (Red+Green+Blue) = 242+80+118=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F25076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25076 is #0DAF89. Grayscale: #848484. Windows color (decimal): -896906 or 7753970. OLE color: 7753970.

HSL color Cylindrical-coordinate representation of color #F25076: hue angle of 345.93º 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 #F25076 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 118 -
CMYK 0 0.67 0.51 0.05
HSL 345.93º 0.86% 0.63% -
HSV(B) 345.93º 0.67% 0.95% -
XYZ 42.76 25.92 19.89 -
YUV 132.77 119.67 205.91 -
System Red Green Blue C M Y K H S L
Decimal 242 80 118 0 0.67 0.51 0.05 345.93 0.86 0.63
Hex F2 50 76 0 43 33 5 15A 56 3F
Octal 362 120 166 0 103 63 5 532 126 77
Binary 11110010 1010000 1110110 0 1000011 110011 101 101011010 1010110 111111

Color Harmonies of #F25076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25076

Black with #F25076

Text Example


Text Example

White with #F25076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25076; }

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

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

background-color css

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

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

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

border-color css

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

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

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