Html Css Color HEX #F26080 Brink Pink

📋 copy color: '#F26080'

red 242 ◦ green 96 ◦ blue 128

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

Shades of Brink Pink #F26080

Tints of Brink Pink #F26080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.6%

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

R = 51.93%
G = 20.6%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F26080 (or 0xF26080) is known color: Brink Pink. HEX triplet: F2, 60 and 80. RGB value is (242,96,128). Sum of RGB (Red+Green+Blue) = 242+96+128=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F26080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26080 is #0D9F7F. Grayscale: #8F8F8F. Windows color (decimal): -892800 or 8413426. OLE color: 8413426.

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

Color convert

RGB 242 96 128 -
CMYK 0 0.60 0.47 0.05
HSL 346.85º 0.85% 0.66% -
HSV(B) 346.85º 0.6% 0.95% -
XYZ 44.7 28.8 23.63 -
YUV 143.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 242 96 128 0 0.60 0.47 0.05 346.85 0.85 0.66
Hex F2 60 80 0 3C 2F 5 15B 55 42
Octal 362 140 200 0 74 57 5 533 125 102
Binary 11110010 1100000 10000000 0 111100 101111 101 101011011 1010101 1000010

Color Harmonies of #F26080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26080

Black with #F26080

Text Example


Text Example

White with #F26080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26080; }

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

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

background-color css

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

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

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

border-color css

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

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

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