Html Css Color HEX #F26486 Brink Pink

📋 copy color: '#F26486'

red 242 ◦ green 100 ◦ blue 134

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

Shades of Brink Pink #F26486

Tints of Brink Pink #F26486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.01%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 50.84%
G = 21.01%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F26486 (or 0xF26486) is known color: Brink Pink. HEX triplet: F2, 64 and 86. RGB value is (242,100,134). Sum of RGB (Red+Green+Blue) = 242+100+134=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F26486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26486 is #0D9B79. Grayscale: #929292. Windows color (decimal): -891770 or 8807666. OLE color: 8807666.

HSL color Cylindrical-coordinate representation of color #F26486: hue angle of 345.63º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26486 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 134 -
CMYK 0 0.59 0.45 0.05
HSL 345.63º 0.85% 0.67% -
HSV(B) 345.63º 0.59% 0.95% -
XYZ 45.48 29.71 25.89 -
YUV 146.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 242 100 134 0 0.59 0.45 0.05 345.63 0.85 0.67
Hex F2 64 86 0 3B 2D 5 15A 55 43
Octal 362 144 206 0 73 55 5 532 125 103
Binary 11110010 1100100 10000110 0 111011 101101 101 101011010 1010101 1000011

Color Harmonies of #F26486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26486

Black with #F26486

Text Example


Text Example

White with #F26486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26486; }

 p { color: rgb(242,100,134); }

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

background-color css

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

 a { background-color: rgb(242,100,134); }

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

border-color css

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

 span { border-color: rgb(242,100,134); }

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