Html Css Color HEX #F26588 Brink Pink

📋 copy color: '#F26588'

red 242 ◦ green 101 ◦ blue 136

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

Shades of Brink Pink #F26588

Tints of Brink Pink #F26588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.39%

R = 50.52%
G = 21.09%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F26588 (or 0xF26588) is known color: Brink Pink. HEX triplet: F2, 65 and 88. RGB value is (242,101,136). Sum of RGB (Red+Green+Blue) = 242+101+136=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F26588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26588 is #0D9A77. Grayscale: #939393. Windows color (decimal): -891512 or 8938994. OLE color: 8938994.

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

Color convert

RGB 242 101 136 -
CMYK 0 0.58 0.44 0.05
HSL 345.11º 0.84% 0.67% -
HSV(B) 345.11º 0.58% 0.95% -
XYZ 45.72 29.96 26.67 -
YUV 147.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 242 101 136 0 0.58 0.44 0.05 345.11 0.84 0.67
Hex F2 65 88 0 3A 2C 5 159 54 43
Octal 362 145 210 0 72 54 5 531 124 103
Binary 11110010 1100101 10001000 0 111010 101100 101 101011001 1010100 1000011

Color Harmonies of #F26588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26588

Black with #F26588

Text Example


Text Example

White with #F26588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26588; }

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

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

background-color css

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

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

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

border-color css

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

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

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