Html Css Color HEX #F25987 Dark Pink

📋 copy color: '#F25987'

red 242 ◦ green 89 ◦ blue 135

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

Shades of Dark Pink #F25987

Tints of Dark Pink #F25987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.97%

R = 51.93%
G = 19.1%
B = 28.97%

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

#F25987 (or 0xF25987) is known color: Dark Pink. HEX triplet: F2, 59 and 87. RGB value is (242,89,135). Sum of RGB (Red+Green+Blue) = 242+89+135=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F25987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25987 is #0DA678. Grayscale: #8B8B8B. Windows color (decimal): -894585 or 8870386. OLE color: 8870386.

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

Color convert

RGB 242 89 135 -
CMYK 0 0.63 0.44 0.05
HSL 341.96º 0.85% 0.65% -
HSV(B) 341.96º 0.63% 0.95% -
XYZ 44.56 27.77 25.93 -
YUV 139.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 242 89 135 0 0.63 0.44 0.05 341.96 0.85 0.65
Hex F2 59 87 0 3F 2C 5 156 55 41
Octal 362 131 207 0 77 54 5 526 125 101
Binary 11110010 1011001 10000111 0 111111 101100 101 101010110 1010101 1000001

Color Harmonies of #F25987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25987

Black with #F25987

Text Example


Text Example

White with #F25987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25987; }

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

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

background-color css

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

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

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

border-color css

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

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

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