Html Css Color HEX #F26887 Brink Pink

📋 copy color: '#F26887'

red 242 ◦ green 104 ◦ blue 135

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

Shades of Brink Pink #F26887

Tints of Brink Pink #F26887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.07%

R = 50.31%
G = 21.62%
B = 28.07%

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

#F26887 (or 0xF26887) is known color: Brink Pink. HEX triplet: F2, 68 and 87. RGB value is (242,104,135). Sum of RGB (Red+Green+Blue) = 242+104+135=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F26887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26887 is #0D9778. Grayscale: #949494. Windows color (decimal): -890745 or 8874226. OLE color: 8874226.

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

Color convert

RGB 242 104 135 -
CMYK 0 0.57 0.44 0.05
HSL 346.52º 0.84% 0.68% -
HSV(B) 346.52º 0.57% 0.95% -
XYZ 45.94 30.53 26.39 -
YUV 148.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 242 104 135 0 0.57 0.44 0.05 346.52 0.84 0.68
Hex F2 68 87 0 39 2C 5 15B 54 44
Octal 362 150 207 0 71 54 5 533 124 104
Binary 11110010 1101000 10000111 0 111001 101100 101 101011011 1010100 1000100

Color Harmonies of #F26887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26887

Black with #F26887

Text Example


Text Example

White with #F26887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26887; }

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

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

background-color css

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

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

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

border-color css

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

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

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