Html Css Color HEX #F26376 Brink Pink

📋 copy color: '#F26376'

red 242 ◦ green 99 ◦ blue 118

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

Shades of Brink Pink #F26376

Tints of Brink Pink #F26376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.57%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 52.72%
G = 21.57%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F26376 (or 0xF26376) is known color: Brink Pink. HEX triplet: F2, 63 and 76. RGB value is (242,99,118). Sum of RGB (Red+Green+Blue) = 242+99+118=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F26376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26376 is #0D9C89. Grayscale: #8F8F8F. Windows color (decimal): -892042 or 7758834. OLE color: 7758834.

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

Color convert

RGB 242 99 118 -
CMYK 0 0.59 0.51 0.05
HSL 352.03º 0.85% 0.67% -
HSV(B) 352.03º 0.59% 0.95% -
XYZ 44.35 29.11 20.42 -
YUV 143.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 242 99 118 0 0.59 0.51 0.05 352.03 0.85 0.67
Hex F2 63 76 0 3B 33 5 160 55 43
Octal 362 143 166 0 73 63 5 540 125 103
Binary 11110010 1100011 1110110 0 111011 110011 101 101100000 1010101 1000011

Color Harmonies of #F26376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26376

Black with #F26376

Text Example


Text Example

White with #F26376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26376; }

 p { color: rgb(242,99,118); }

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

background-color css

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

 a { background-color: rgb(242,99,118); }

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

border-color css

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

 span { border-color: rgb(242,99,118); }

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