Html Css Color HEX #F26379 Brink Pink

📋 copy color: '#F26379'

red 242 ◦ green 99 ◦ blue 121

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

Shades of Brink Pink #F26379

Tints of Brink Pink #F26379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.19%

R = 52.38%
G = 21.43%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F26379 (or 0xF26379) is known color: Brink Pink. HEX triplet: F2, 63 and 79. RGB value is (242,99,121). Sum of RGB (Red+Green+Blue) = 242+99+121=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F26379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26379 is #0D9C86. Grayscale: #909090. Windows color (decimal): -892039 or 7955442. OLE color: 7955442.

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

Color convert

RGB 242 99 121 -
CMYK 0 0.59 0.50 0.05
HSL 350.77º 0.85% 0.67% -
HSV(B) 350.77º 0.59% 0.95% -
XYZ 44.53 29.18 21.37 -
YUV 144.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 242 99 121 0 0.59 0.50 0.05 350.77 0.85 0.67
Hex F2 63 79 0 3B 32 5 15F 55 43
Octal 362 143 171 0 73 62 5 537 125 103
Binary 11110010 1100011 1111001 0 111011 110010 101 101011111 1010101 1000011

Color Harmonies of #F26379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26379

Black with #F26379

Text Example


Text Example

White with #F26379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26379; }

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

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

background-color css

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

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

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

border-color css

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

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

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