Html Css Color HEX #F26C82 Brink Pink

📋 copy color: '#F26C82'

red 242 ◦ green 108 ◦ blue 130

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

Shades of Brink Pink #F26C82

Tints of Brink Pink #F26C82

RGB

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

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

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

R = 50.42%
G = 22.5%
B = 27.08%

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

#F26C82 (or 0xF26C82) is known color: Brink Pink. HEX triplet: F2, 6C and 82. RGB value is (242,108,130). Sum of RGB (Red+Green+Blue) = 242+108+130=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C82 is #0D937D. Grayscale: #969696. Windows color (decimal): -889726 or 8547570. OLE color: 8547570.

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

Color convert

RGB 242 108 130 -
CMYK 0 0.55 0.46 0.05
HSL 350.15º 0.84% 0.69% -
HSV(B) 350.15º 0.55% 0.95% -
XYZ 46.01 31.21 24.72 -
YUV 150.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 242 108 130 0 0.55 0.46 0.05 350.15 0.84 0.69
Hex F2 6C 82 0 37 2E 5 15E 54 45
Octal 362 154 202 0 67 56 5 536 124 105
Binary 11110010 1101100 10000010 0 110111 101110 101 101011110 1010100 1000101

Color Harmonies of #F26C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C82

Black with #F26C82

Text Example


Text Example

White with #F26C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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