Html Css Color HEX #F26476 Brink Pink

📋 copy color: '#F26476'

red 242 ◦ green 100 ◦ blue 118

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

Shades of Brink Pink #F26476

Tints of Brink Pink #F26476

RGB

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

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

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

R = 52.61%
G = 21.74%
B = 25.65%

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

#F26476 (or 0xF26476) is known color: Brink Pink. HEX triplet: F2, 64 and 76. RGB value is (242,100,118). Sum of RGB (Red+Green+Blue) = 242+100+118=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F26476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26476 is #0D9B89. Grayscale: #909090. Windows color (decimal): -891786 or 7759090. OLE color: 7759090.

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

Color convert

RGB 242 100 118 -
CMYK 0 0.59 0.51 0.05
HSL 352.39º 0.85% 0.67% -
HSV(B) 352.39º 0.59% 0.95% -
XYZ 44.45 29.3 20.45 -
YUV 144.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 242 100 118 0 0.59 0.51 0.05 352.39 0.85 0.67
Hex F2 64 76 0 3B 33 5 160 55 43
Octal 362 144 166 0 73 63 5 540 125 103
Binary 11110010 1100100 1110110 0 111011 110011 101 101100000 1010101 1000011

Color Harmonies of #F26476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26476

Black with #F26476

Text Example


Text Example

White with #F26476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26476; }

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

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

background-color css

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

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

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

border-color css

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

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

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