Html Css Color HEX #F25584 Dark Pink

📋 copy color: '#F25584'

red 242 ◦ green 85 ◦ blue 132

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

Shades of Dark Pink #F25584

Tints of Dark Pink #F25584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.76%

R = 52.72%
G = 18.52%
B = 28.76%

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

#F25584 (or 0xF25584) is known color: Dark Pink. HEX triplet: F2, 55 and 84. RGB value is (242,85,132). Sum of RGB (Red+Green+Blue) = 242+85+132=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F25584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25584 is #0DAA7B. Grayscale: #898989. Windows color (decimal): -895612 or 8672754. OLE color: 8672754.

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

Color convert

RGB 242 85 132 -
CMYK 0 0.65 0.45 0.05
HSL 342.04º 0.86% 0.64% -
HSV(B) 342.04º 0.65% 0.95% -
XYZ 44.03 27.04 24.73 -
YUV 137.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 242 85 132 0 0.65 0.45 0.05 342.04 0.86 0.64
Hex F2 55 84 0 41 2D 5 156 56 40
Octal 362 125 204 0 101 55 5 526 126 100
Binary 11110010 1010101 10000100 0 1000001 101101 101 101010110 1010110 1000000

Color Harmonies of #F25584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25584

Black with #F25584

Text Example


Text Example

White with #F25584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25584; }

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

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

background-color css

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

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

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

border-color css

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

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

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