Html Css Color HEX #F25787 Dark Pink

📋 copy color: '#F25787'

red 242 ◦ green 87 ◦ blue 135

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

Shades of Dark Pink #F25787

Tints of Dark Pink #F25787

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.75%

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

R = 52.16%
G = 18.75%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F25787 (or 0xF25787) is known color: Dark Pink. HEX triplet: F2, 57 and 87. RGB value is (242,87,135). Sum of RGB (Red+Green+Blue) = 242+87+135=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F25787 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25787 is #0DA878. Grayscale: #8A8A8A. Windows color (decimal): -895097 or 8869874. OLE color: 8869874.

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

Color convert

RGB 242 87 135 -
CMYK 0 0.64 0.44 0.05
HSL 341.42º 0.86% 0.65% -
HSV(B) 341.42º 0.64% 0.95% -
XYZ 44.4 27.44 25.88 -
YUV 138.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 242 87 135 0 0.64 0.44 0.05 341.42 0.86 0.65
Hex F2 57 87 0 40 2C 5 155 56 41
Octal 362 127 207 0 100 54 5 525 126 101
Binary 11110010 1010111 10000111 0 1000000 101100 101 101010101 1010110 1000001

Color Harmonies of #F25787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25787

Black with #F25787

Text Example


Text Example

White with #F25787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25787; }

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

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

background-color css

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

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

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

border-color css

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

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

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