Html Css Color HEX #F26577 Brink Pink

📋 copy color: '#F26577'

red 242 ◦ green 101 ◦ blue 119

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

Shades of Brink Pink #F26577

Tints of Brink Pink #F26577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.86%

 BLUE value IS 119 (46.88% from 255) = 25.76%

R = 52.38%
G = 21.86%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F26577 (or 0xF26577) is known color: Brink Pink. HEX triplet: F2, 65 and 77. RGB value is (242,101,119). Sum of RGB (Red+Green+Blue) = 242+101+119=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F26577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26577 is #0D9A88. Grayscale: #919191. Windows color (decimal): -891529 or 7824882. OLE color: 7824882.

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

Color convert

RGB 242 101 119 -
CMYK 0 0.58 0.51 0.05
HSL 352.34º 0.84% 0.67% -
HSV(B) 352.34º 0.58% 0.95% -
XYZ 44.6 29.52 20.8 -
YUV 145.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 242 101 119 0 0.58 0.51 0.05 352.34 0.84 0.67
Hex F2 65 77 0 3A 33 5 160 54 43
Octal 362 145 167 0 72 63 5 540 124 103
Binary 11110010 1100101 1110111 0 111010 110011 101 101100000 1010100 1000011

Color Harmonies of #F26577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26577

Black with #F26577

Text Example


Text Example

White with #F26577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26577; }

 p { color: rgb(242,101,119); }

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

background-color css

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

 a { background-color: rgb(242,101,119); }

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

border-color css

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

 span { border-color: rgb(242,101,119); }

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