Html Css Color HEX #F25B89 Dark Pink

📋 copy color: '#F25B89'

red 242 ◦ green 91 ◦ blue 137

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

Shades of Dark Pink #F25B89

Tints of Dark Pink #F25B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.15%

R = 51.49%
G = 19.36%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F25B89 (or 0xF25B89) is known color: Dark Pink. HEX triplet: F2, 5B and 89. RGB value is (242,91,137). Sum of RGB (Red+Green+Blue) = 242+91+137=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25B89 is #0DA476. Grayscale: #8D8D8D. Windows color (decimal): -894071 or 9001970. OLE color: 9001970.

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

Color convert

RGB 242 91 137 -
CMYK 0 0.62 0.43 0.05
HSL 341.72º 0.85% 0.65% -
HSV(B) 341.72º 0.62% 0.95% -
XYZ 44.87 28.17 26.74 -
YUV 141.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 242 91 137 0 0.62 0.43 0.05 341.72 0.85 0.65
Hex F2 5B 89 0 3E 2B 5 156 55 41
Octal 362 133 211 0 76 53 5 526 125 101
Binary 11110010 1011011 10001001 0 111110 101011 101 101010110 1010101 1000001

Color Harmonies of #F25B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B89

Black with #F25B89

Text Example


Text Example

White with #F25B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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