Html Css Color HEX #F25986 Dark Pink

📋 copy color: '#F25986'

red 242 ◦ green 89 ◦ blue 134

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

Shades of Dark Pink #F25986

Tints of Dark Pink #F25986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.82%

R = 52.04%
G = 19.14%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F25986 (or 0xF25986) is known color: Dark Pink. HEX triplet: F2, 59 and 86. RGB value is (242,89,134). Sum of RGB (Red+Green+Blue) = 242+89+134=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F25986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25986 is #0DA679. Grayscale: #8B8B8B. Windows color (decimal): -894586 or 8804850. OLE color: 8804850.

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

Color convert

RGB 242 89 134 -
CMYK 0 0.63 0.45 0.05
HSL 342.35º 0.85% 0.65% -
HSV(B) 342.35º 0.63% 0.95% -
XYZ 44.49 27.74 25.56 -
YUV 139.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 242 89 134 0 0.63 0.45 0.05 342.35 0.85 0.65
Hex F2 59 86 0 3F 2D 5 156 55 41
Octal 362 131 206 0 77 55 5 526 125 101
Binary 11110010 1011001 10000110 0 111111 101101 101 101010110 1010101 1000001

Color Harmonies of #F25986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25986

Black with #F25986

Text Example


Text Example

White with #F25986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25986; }

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

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

background-color css

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

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

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

border-color css

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

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

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