Html Css Color HEX #F25B8C Dark Pink

📋 copy color: '#F25B8C'

red 242 ◦ green 91 ◦ blue 140

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

Shades of Dark Pink #F25B8C

Tints of Dark Pink #F25B8C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.24%

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

R = 51.16%
G = 19.24%
B = 29.6%

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

#F25B8C (or 0xF25B8C) is known color: Dark Pink. HEX triplet: F2, 5B and 8C. RGB value is (242,91,140). Sum of RGB (Red+Green+Blue) = 242+91+140=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25B8C is #0DA473. Grayscale: #8D8D8D. Windows color (decimal): -894068 or 9198578. OLE color: 9198578.

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

Color convert

RGB 242 91 140 -
CMYK 0 0.62 0.42 0.05
HSL 340.53º 0.85% 0.65% -
HSV(B) 340.53º 0.62% 0.95% -
XYZ 45.09 28.25 27.89 -
YUV 141.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 242 91 140 0 0.62 0.42 0.05 340.53 0.85 0.65
Hex F2 5B 8C 0 3E 2A 5 155 55 41
Octal 362 133 214 0 76 52 5 525 125 101
Binary 11110010 1011011 10001100 0 111110 101010 101 101010101 1010101 1000001

Color Harmonies of #F25B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B8C

Black with #F25B8C

Text Example


Text Example

White with #F25B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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