Html Css Color HEX #F25880 Dark Pink

📋 copy color: '#F25880'

red 242 ◦ green 88 ◦ blue 128

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

Shades of Dark Pink #F25880

Tints of Dark Pink #F25880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.21%

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

R = 52.84%
G = 19.21%
B = 27.95%

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

#F25880 (or 0xF25880) is known color: Dark Pink. HEX triplet: F2, 58 and 80. RGB value is (242,88,128). Sum of RGB (Red+Green+Blue) = 242+88+128=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F25880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25880 is #0DA77F. Grayscale: #8A8A8A. Windows color (decimal): -894848 or 8411378. OLE color: 8411378.

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

Color convert

RGB 242 88 128 -
CMYK 0 0.64 0.47 0.05
HSL 344.42º 0.86% 0.65% -
HSV(B) 344.42º 0.64% 0.95% -
XYZ 44 27.42 23.39 -
YUV 138.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 242 88 128 0 0.64 0.47 0.05 344.42 0.86 0.65
Hex F2 58 80 0 40 2F 5 158 56 41
Octal 362 130 200 0 100 57 5 530 126 101
Binary 11110010 1011000 10000000 0 1000000 101111 101 101011000 1010110 1000001

Color Harmonies of #F25880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25880

Black with #F25880

Text Example


Text Example

White with #F25880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25880; }

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

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

background-color css

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

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

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

border-color css

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

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

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