Html Css Color HEX #F25985 Dark Pink

📋 copy color: '#F25985'

red 242 ◦ green 89 ◦ blue 133

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

Shades of Dark Pink #F25985

Tints of Dark Pink #F25985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.18%

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

R = 52.16%
G = 19.18%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F25985 (or 0xF25985) is known color: Dark Pink. HEX triplet: F2, 59 and 85. RGB value is (242,89,133). Sum of RGB (Red+Green+Blue) = 242+89+133=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F25985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25985 is #0DA67A. Grayscale: #8B8B8B. Windows color (decimal): -894587 or 8739314. OLE color: 8739314.

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

Color convert

RGB 242 89 133 -
CMYK 0 0.63 0.45 0.05
HSL 342.75º 0.85% 0.65% -
HSV(B) 342.75º 0.63% 0.95% -
XYZ 44.42 27.72 25.2 -
YUV 139.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 242 89 133 0 0.63 0.45 0.05 342.75 0.85 0.65
Hex F2 59 85 0 3F 2D 5 157 55 41
Octal 362 131 205 0 77 55 5 527 125 101
Binary 11110010 1011001 10000101 0 111111 101101 101 101010111 1010101 1000001

Color Harmonies of #F25985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25985

Black with #F25985

Text Example


Text Example

White with #F25985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25985; }

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

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

background-color css

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

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

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

border-color css

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

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

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