Html Css Color HEX #F25B80 Brink Pink

📋 copy color: '#F25B80'

red 242 ◦ green 91 ◦ blue 128

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

Shades of Brink Pink #F25B80

Tints of Brink Pink #F25B80

RGB

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

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

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

R = 52.49%
G = 19.74%
B = 27.77%

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

#F25B80 (or 0xF25B80) is known color: Brink Pink. HEX triplet: F2, 5B and 80. RGB value is (242,91,128). Sum of RGB (Red+Green+Blue) = 242+91+128=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25B80 is #0DA47F. Grayscale: #8C8C8C. Windows color (decimal): -894080 or 8412146. OLE color: 8412146.

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

Color convert

RGB 242 91 128 -
CMYK 0 0.62 0.47 0.05
HSL 345.3º 0.85% 0.65% -
HSV(B) 345.3º 0.62% 0.95% -
XYZ 44.26 27.92 23.48 -
YUV 140.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 242 91 128 0 0.62 0.47 0.05 345.3 0.85 0.65
Hex F2 5B 80 0 3E 2F 5 159 55 41
Octal 362 133 200 0 76 57 5 531 125 101
Binary 11110010 1011011 10000000 0 111110 101111 101 101011001 1010101 1000001

Color Harmonies of #F25B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B80

Black with #F25B80

Text Example


Text Example

White with #F25B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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