Html Css Color HEX #F25988 Dark Pink

📋 copy color: '#F25988'

red 242 ◦ green 89 ◦ blue 136

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

Shades of Dark Pink #F25988

Tints of Dark Pink #F25988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.06%

 BLUE value IS 136 (53.52% from 255) = 29.12%

R = 51.82%
G = 19.06%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F25988 (or 0xF25988) is known color: Dark Pink. HEX triplet: F2, 59 and 88. RGB value is (242,89,136). Sum of RGB (Red+Green+Blue) = 242+89+136=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F25988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25988 is #0DA677. Grayscale: #8C8C8C. Windows color (decimal): -894584 or 8935922. OLE color: 8935922.

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

Color convert

RGB 242 89 136 -
CMYK 0 0.63 0.44 0.05
HSL 341.57º 0.85% 0.65% -
HSV(B) 341.57º 0.63% 0.95% -
XYZ 44.63 27.8 26.31 -
YUV 140.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 242 89 136 0 0.63 0.44 0.05 341.57 0.85 0.65
Hex F2 59 88 0 3F 2C 5 156 55 41
Octal 362 131 210 0 77 54 5 526 125 101
Binary 11110010 1011001 10001000 0 111111 101100 101 101010110 1010101 1000001

Color Harmonies of #F25988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25988

Black with #F25988

Text Example


Text Example

White with #F25988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25988; }

 p { color: rgb(242,89,136); }

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

background-color css

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

 a { background-color: rgb(242,89,136); }

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

border-color css

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

 span { border-color: rgb(242,89,136); }

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