Html Css Color HEX #F25586 Dark Pink

📋 copy color: '#F25586'

red 242 ◦ green 85 ◦ blue 134

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

Shades of Dark Pink #F25586

Tints of Dark Pink #F25586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.44%

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

R = 52.49%
G = 18.44%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F25586 (or 0xF25586) is known color: Dark Pink. HEX triplet: F2, 55 and 86. RGB value is (242,85,134). Sum of RGB (Red+Green+Blue) = 242+85+134=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F25586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25586 is #0DAA79. Grayscale: #898989. Windows color (decimal): -895610 or 8803826. OLE color: 8803826.

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

Color convert

RGB 242 85 134 -
CMYK 0 0.65 0.45 0.05
HSL 341.27º 0.86% 0.64% -
HSV(B) 341.27º 0.65% 0.95% -
XYZ 44.17 27.1 25.46 -
YUV 137.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 242 85 134 0 0.65 0.45 0.05 341.27 0.86 0.64
Hex F2 55 86 0 41 2D 5 155 56 40
Octal 362 125 206 0 101 55 5 525 126 100
Binary 11110010 1010101 10000110 0 1000001 101101 101 101010101 1010110 1000000

Color Harmonies of #F25586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25586

Black with #F25586

Text Example


Text Example

White with #F25586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25586; }

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

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

background-color css

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

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

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

border-color css

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

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

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