Html Css Color HEX #F26D82 Brink Pink

📋 copy color: '#F26D82'

red 242 ◦ green 109 ◦ blue 130

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

Shades of Brink Pink #F26D82

Tints of Brink Pink #F26D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.66%

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 50.31%
G = 22.66%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F26D82 (or 0xF26D82) is known color: Brink Pink. HEX triplet: F2, 6D and 82. RGB value is (242,109,130). Sum of RGB (Red+Green+Blue) = 242+109+130=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26D82 is #0D927D. Grayscale: #979797. Windows color (decimal): -889470 or 8547826. OLE color: 8547826.

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

Color convert

RGB 242 109 130 -
CMYK 0 0.55 0.46 0.05
HSL 350.53º 0.84% 0.69% -
HSV(B) 350.53º 0.55% 0.95% -
XYZ 46.12 31.43 24.75 -
YUV 151.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 242 109 130 0 0.55 0.46 0.05 350.53 0.84 0.69
Hex F2 6D 82 0 37 2E 5 15F 54 45
Octal 362 155 202 0 67 56 5 537 124 105
Binary 11110010 1101101 10000010 0 110111 101110 101 101011111 1010100 1000101

Color Harmonies of #F26D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26D82

Black with #F26D82

Text Example


Text Example

White with #F26D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26D82; }

 p { color: rgb(242,109,130); }

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

background-color css

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

 a { background-color: rgb(242,109,130); }

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

border-color css

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

 span { border-color: rgb(242,109,130); }

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