Html Css Color HEX #F26188 Brink Pink

📋 copy color: '#F26188'

red 242 ◦ green 97 ◦ blue 136

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

Shades of Brink Pink #F26188

Tints of Brink Pink #F26188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.42%

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

R = 50.95%
G = 20.42%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F26188 (or 0xF26188) is known color: Brink Pink. HEX triplet: F2, 61 and 88. RGB value is (242,97,136). Sum of RGB (Red+Green+Blue) = 242+97+136=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F26188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26188 is #0D9E77. Grayscale: #909090. Windows color (decimal): -892536 or 8937970. OLE color: 8937970.

HSL color Cylindrical-coordinate representation of color #F26188: hue angle of 343.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26188 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 97 136 -
CMYK 0 0.60 0.44 0.05
HSL 343.86º 0.85% 0.66% -
HSV(B) 343.86º 0.6% 0.95% -
XYZ 45.34 29.2 26.54 -
YUV 144.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 242 97 136 0 0.60 0.44 0.05 343.86 0.85 0.66
Hex F2 61 88 0 3C 2C 5 158 55 42
Octal 362 141 210 0 74 54 5 530 125 102
Binary 11110010 1100001 10001000 0 111100 101100 101 101011000 1010101 1000010

Color Harmonies of #F26188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26188

Black with #F26188

Text Example


Text Example

White with #F26188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26188; }

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

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

background-color css

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

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

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

border-color css

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

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

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