Html Css Color HEX #F25D8D Dark Pink

📋 copy color: '#F25D8D'

red 242 ◦ green 93 ◦ blue 141

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

Shades of Dark Pink #F25D8D

Tints of Dark Pink #F25D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.54%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 50.84%
G = 19.54%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F25D8D (or 0xF25D8D) is known color: Dark Pink. HEX triplet: F2, 5D and 8D. RGB value is (242,93,141). Sum of RGB (Red+Green+Blue) = 242+93+141=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25D8D is #0DA272. Grayscale: #8E8E8E. Windows color (decimal): -893555 or 9264626. OLE color: 9264626.

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

Color convert

RGB 242 93 141 -
CMYK 0 0.62 0.42 0.05
HSL 340.67º 0.85% 0.66% -
HSV(B) 340.67º 0.62% 0.95% -
XYZ 45.34 28.63 28.34 -
YUV 143.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 242 93 141 0 0.62 0.42 0.05 340.67 0.85 0.66
Hex F2 5D 8D 0 3E 2A 5 155 55 42
Octal 362 135 215 0 76 52 5 525 125 102
Binary 11110010 1011101 10001101 0 111110 101010 101 101010101 1010101 1000010

Color Harmonies of #F25D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D8D

Black with #F25D8D

Text Example


Text Example

White with #F25D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D8D; }

 p { color: rgb(242,93,141); }

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

background-color css

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

 a { background-color: rgb(242,93,141); }

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

border-color css

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

 span { border-color: rgb(242,93,141); }

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