Html Css Color HEX #F25F80 Brink Pink

📋 copy color: '#F25F80'

red 242 ◦ green 95 ◦ blue 128

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

Shades of Brink Pink #F25F80

Tints of Brink Pink #F25F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

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

R = 52.04%
G = 20.43%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F25F80 (or 0xF25F80) is known color: Brink Pink. HEX triplet: F2, 5F and 80. RGB value is (242,95,128). Sum of RGB (Red+Green+Blue) = 242+95+128=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25F80 is #0DA07F. Grayscale: #8E8E8E. Windows color (decimal): -893056 or 8413170. OLE color: 8413170.

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

Color convert

RGB 242 95 128 -
CMYK 0 0.61 0.47 0.05
HSL 346.53º 0.85% 0.66% -
HSV(B) 346.53º 0.61% 0.95% -
XYZ 44.61 28.62 23.6 -
YUV 142.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 242 95 128 0 0.61 0.47 0.05 346.53 0.85 0.66
Hex F2 5F 80 0 3D 2F 5 15B 55 42
Octal 362 137 200 0 75 57 5 533 125 102
Binary 11110010 1011111 10000000 0 111101 101111 101 101011011 1010101 1000010

Color Harmonies of #F25F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F80

Black with #F25F80

Text Example


Text Example

White with #F25F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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