Html Css Color HEX #F25885 Dark Pink

📋 copy color: '#F25885'

red 242 ◦ green 88 ◦ blue 133

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

Shades of Dark Pink #F25885

Tints of Dark Pink #F25885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 52.27%
G = 19.01%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F25885 (or 0xF25885) is known color: Dark Pink. HEX triplet: F2, 58 and 85. RGB value is (242,88,133). Sum of RGB (Red+Green+Blue) = 242+88+133=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F25885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25885 is #0DA77A. Grayscale: #8B8B8B. Windows color (decimal): -894843 or 8739058. OLE color: 8739058.

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

Color convert

RGB 242 88 133 -
CMYK 0 0.64 0.45 0.05
HSL 342.47º 0.86% 0.65% -
HSV(B) 342.47º 0.64% 0.95% -
XYZ 44.34 27.55 25.17 -
YUV 139.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 242 88 133 0 0.64 0.45 0.05 342.47 0.86 0.65
Hex F2 58 85 0 40 2D 5 156 56 41
Octal 362 130 205 0 100 55 5 526 126 101
Binary 11110010 1011000 10000101 0 1000000 101101 101 101010110 1010110 1000001

Color Harmonies of #F25885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25885

Black with #F25885

Text Example


Text Example

White with #F25885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25885; }

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

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

background-color css

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

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

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

border-color css

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

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

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