Html Css Color HEX #F26182 Brink Pink

📋 copy color: '#F26182'

red 242 ◦ green 97 ◦ blue 130

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

Shades of Brink Pink #F26182

Tints of Brink Pink #F26182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.68%

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

R = 51.6%
G = 20.68%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F26182 (or 0xF26182) is known color: Brink Pink. HEX triplet: F2, 61 and 82. RGB value is (242,97,130). Sum of RGB (Red+Green+Blue) = 242+97+130=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F26182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26182 is #0D9E7D. Grayscale: #909090. Windows color (decimal): -892542 or 8544754. OLE color: 8544754.

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

Color convert

RGB 242 97 130 -
CMYK 0 0.60 0.46 0.05
HSL 346.34º 0.85% 0.66% -
HSV(B) 346.34º 0.6% 0.95% -
XYZ 44.92 29.04 24.36 -
YUV 144.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 242 97 130 0 0.60 0.46 0.05 346.34 0.85 0.66
Hex F2 61 82 0 3C 2E 5 15A 55 42
Octal 362 141 202 0 74 56 5 532 125 102
Binary 11110010 1100001 10000010 0 111100 101110 101 101011010 1010101 1000010

Color Harmonies of #F26182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26182

Black with #F26182

Text Example


Text Example

White with #F26182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26182; }

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

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

background-color css

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

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

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

border-color css

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

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

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