Html Css Color HEX #F26580 Brink Pink

📋 copy color: '#F26580'

red 242 ◦ green 101 ◦ blue 128

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

Shades of Brink Pink #F26580

Tints of Brink Pink #F26580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 51.38%
G = 21.44%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F26580 (or 0xF26580) is known color: Brink Pink. HEX triplet: F2, 65 and 80. RGB value is (242,101,128). Sum of RGB (Red+Green+Blue) = 242+101+128=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F26580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26580 is #0D9A7F. Grayscale: #929292. Windows color (decimal): -891520 or 8414706. OLE color: 8414706.

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

Color convert

RGB 242 101 128 -
CMYK 0 0.58 0.47 0.05
HSL 348.51º 0.84% 0.67% -
HSV(B) 348.51º 0.58% 0.95% -
XYZ 45.17 29.74 23.78 -
YUV 146.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 242 101 128 0 0.58 0.47 0.05 348.51 0.84 0.67
Hex F2 65 80 0 3A 2F 5 15D 54 43
Octal 362 145 200 0 72 57 5 535 124 103
Binary 11110010 1100101 10000000 0 111010 101111 101 101011101 1010100 1000011

Color Harmonies of #F26580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26580

Black with #F26580

Text Example


Text Example

White with #F26580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26580; }

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

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

background-color css

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

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

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

border-color css

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

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

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