Html Css Color HEX #F25D8C Dark Pink

📋 copy color: '#F25D8C'

red 242 ◦ green 93 ◦ blue 140

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

Shades of Dark Pink #F25D8C

Tints of Dark Pink #F25D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 50.95%
G = 19.58%
B = 29.47%

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

#F25D8C (or 0xF25D8C) is known color: Dark Pink. HEX triplet: F2, 5D and 8C. RGB value is (242,93,140). Sum of RGB (Red+Green+Blue) = 242+93+140=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25D8C is #0DA273. Grayscale: #8E8E8E. Windows color (decimal): -893556 or 9199090. OLE color: 9199090.

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

Color convert

RGB 242 93 140 -
CMYK 0 0.62 0.42 0.05
HSL 341.07º 0.85% 0.66% -
HSV(B) 341.07º 0.62% 0.95% -
XYZ 45.27 28.6 27.95 -
YUV 142.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 242 93 140 0 0.62 0.42 0.05 341.07 0.85 0.66
Hex F2 5D 8C 0 3E 2A 5 155 55 42
Octal 362 135 214 0 76 52 5 525 125 102
Binary 11110010 1011101 10001100 0 111110 101010 101 101010101 1010101 1000010

Color Harmonies of #F25D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D8C

Black with #F25D8C

Text Example


Text Example

White with #F25D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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