Html Css Color HEX #F25D80 Brink Pink

📋 copy color: '#F25D80'

red 242 ◦ green 93 ◦ blue 128

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

Shades of Brink Pink #F25D80

Tints of Brink Pink #F25D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 52.27%
G = 20.09%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F25D80 (or 0xF25D80) is known color: Brink Pink. HEX triplet: F2, 5D and 80. RGB value is (242,93,128). Sum of RGB (Red+Green+Blue) = 242+93+128=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25D80 is #0DA27F. Grayscale: #8D8D8D. Windows color (decimal): -893568 or 8412658. OLE color: 8412658.

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

Color convert

RGB 242 93 128 -
CMYK 0 0.62 0.47 0.05
HSL 345.91º 0.85% 0.66% -
HSV(B) 345.91º 0.62% 0.95% -
XYZ 44.43 28.26 23.54 -
YUV 141.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 242 93 128 0 0.62 0.47 0.05 345.91 0.85 0.66
Hex F2 5D 80 0 3E 2F 5 15A 55 42
Octal 362 135 200 0 76 57 5 532 125 102
Binary 11110010 1011101 10000000 0 111110 101111 101 101011010 1010101 1000010

Color Harmonies of #F25D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D80

Black with #F25D80

Text Example


Text Example

White with #F25D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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