Html Css Color HEX #F26289 Brink Pink

📋 copy color: '#F26289'

red 242 ◦ green 98 ◦ blue 137

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

Shades of Brink Pink #F26289

Tints of Brink Pink #F26289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.55%

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

R = 50.73%
G = 20.55%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F26289 (or 0xF26289) is known color: Brink Pink. HEX triplet: F2, 62 and 89. RGB value is (242,98,137). Sum of RGB (Red+Green+Blue) = 242+98+137=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F26289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26289 is #0D9D76. Grayscale: #919191. Windows color (decimal): -892279 or 9003762. OLE color: 9003762.

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

Color convert

RGB 242 98 137 -
CMYK 0 0.60 0.43 0.05
HSL 343.75º 0.85% 0.67% -
HSV(B) 343.75º 0.6% 0.95% -
XYZ 45.5 29.42 26.95 -
YUV 145.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 242 98 137 0 0.60 0.43 0.05 343.75 0.85 0.67
Hex F2 62 89 0 3C 2B 5 158 55 43
Octal 362 142 211 0 74 53 5 530 125 103
Binary 11110010 1100010 10001001 0 111100 101011 101 101011000 1010101 1000011

Color Harmonies of #F26289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26289

Black with #F26289

Text Example


Text Example

White with #F26289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26289; }

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

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

background-color css

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

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

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

border-color css

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

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

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