Html Css Color HEX #F26888 Brink Pink

📋 copy color: '#F26888'

red 242 ◦ green 104 ◦ blue 136

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

Shades of Brink Pink #F26888

Tints of Brink Pink #F26888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.58%

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

R = 50.21%
G = 21.58%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F26888 (or 0xF26888) is known color: Brink Pink. HEX triplet: F2, 68 and 88. RGB value is (242,104,136). Sum of RGB (Red+Green+Blue) = 242+104+136=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F26888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26888 is #0D9777. Grayscale: #949494. Windows color (decimal): -890744 or 8939762. OLE color: 8939762.

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

Color convert

RGB 242 104 136 -
CMYK 0 0.57 0.44 0.05
HSL 346.09º 0.84% 0.68% -
HSV(B) 346.09º 0.57% 0.95% -
XYZ 46.01 30.56 26.77 -
YUV 148.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 242 104 136 0 0.57 0.44 0.05 346.09 0.84 0.68
Hex F2 68 88 0 39 2C 5 15A 54 44
Octal 362 150 210 0 71 54 5 532 124 104
Binary 11110010 1101000 10001000 0 111001 101100 101 101011010 1010100 1000100

Color Harmonies of #F26888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26888

Black with #F26888

Text Example


Text Example

White with #F26888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26888; }

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

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

background-color css

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

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

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

border-color css

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

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

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