Html Css Color HEX #F26789 Brink Pink

📋 copy color: '#F26789'

red 242 ◦ green 103 ◦ blue 137

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

Shades of Brink Pink #F26789

Tints of Brink Pink #F26789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.37%

 BLUE value IS 137 (53.91% from 255) = 28.42%

R = 50.21%
G = 21.37%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F26789 (or 0xF26789) is known color: Brink Pink. HEX triplet: F2, 67 and 89. RGB value is (242,103,137). Sum of RGB (Red+Green+Blue) = 242+103+137=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F26789 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26789 is #0D9876. Grayscale: #949494. Windows color (decimal): -890999 or 9005042. OLE color: 9005042.

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

Color convert

RGB 242 103 137 -
CMYK 0 0.57 0.43 0.05
HSL 345.32º 0.84% 0.68% -
HSV(B) 345.32º 0.57% 0.95% -
XYZ 45.98 30.38 27.11 -
YUV 148.44 121.55 194.74 -
System Red Green Blue C M Y K H S L
Decimal 242 103 137 0 0.57 0.43 0.05 345.32 0.84 0.68
Hex F2 67 89 0 39 2B 5 159 54 44
Octal 362 147 211 0 71 53 5 531 124 104
Binary 11110010 1100111 10001001 0 111001 101011 101 101011001 1010100 1000100

Color Harmonies of #F26789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26789

Black with #F26789

Text Example


Text Example

White with #F26789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26789; }

 p { color: rgb(242,103,137); }

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

background-color css

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

 a { background-color: rgb(242,103,137); }

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

border-color css

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

 span { border-color: rgb(242,103,137); }

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