Html Css Color HEX #F25780 Dark Pink

📋 copy color: '#F25780'

red 242 ◦ green 87 ◦ blue 128

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

Shades of Dark Pink #F25780

Tints of Dark Pink #F25780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 52.95%
G = 19.04%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F25780 (or 0xF25780) is known color: Dark Pink. HEX triplet: F2, 57 and 80. RGB value is (242,87,128). Sum of RGB (Red+Green+Blue) = 242+87+128=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F25780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25780 is #0DA87F. Grayscale: #8A8A8A. Windows color (decimal): -895104 or 8411122. OLE color: 8411122.

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

Color convert

RGB 242 87 128 -
CMYK 0 0.64 0.47 0.05
HSL 344.13º 0.86% 0.65% -
HSV(B) 344.13º 0.64% 0.95% -
XYZ 43.92 27.25 23.37 -
YUV 138.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 242 87 128 0 0.64 0.47 0.05 344.13 0.86 0.65
Hex F2 57 80 0 40 2F 5 158 56 41
Octal 362 127 200 0 100 57 5 530 126 101
Binary 11110010 1010111 10000000 0 1000000 101111 101 101011000 1010110 1000001

Color Harmonies of #F25780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25780

Black with #F25780

Text Example


Text Example

White with #F25780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25780; }

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

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

background-color css

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

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

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

border-color css

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

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

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