Html Css Color HEX #F26C80 Brink Pink

📋 copy color: '#F26C80'

red 242 ◦ green 108 ◦ blue 128

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

Shades of Brink Pink #F26C80

Tints of Brink Pink #F26C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

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

R = 50.63%
G = 22.59%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F26C80 (or 0xF26C80) is known color: Brink Pink. HEX triplet: F2, 6C and 80. RGB value is (242,108,128). Sum of RGB (Red+Green+Blue) = 242+108+128=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C80 is #0D937F. Grayscale: #969696. Windows color (decimal): -889728 or 8416498. OLE color: 8416498.

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

Color convert

RGB 242 108 128 -
CMYK 0 0.55 0.47 0.05
HSL 351.04º 0.84% 0.69% -
HSV(B) 351.04º 0.55% 0.95% -
XYZ 45.88 31.16 24.02 -
YUV 150.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 242 108 128 0 0.55 0.47 0.05 351.04 0.84 0.69
Hex F2 6C 80 0 37 2F 5 15F 54 45
Octal 362 154 200 0 67 57 5 537 124 105
Binary 11110010 1101100 10000000 0 110111 101111 101 101011111 1010100 1000101

Color Harmonies of #F26C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C80

Black with #F26C80

Text Example


Text Example

White with #F26C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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