Html Css Color HEX #F26190 Brink Pink

📋 copy color: '#F26190'

red 242 ◦ green 97 ◦ blue 144

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

Shades of Brink Pink #F26190

Tints of Brink Pink #F26190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 50.1%
G = 20.08%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F26190 (or 0xF26190) is known color: Brink Pink. HEX triplet: F2, 61 and 90. RGB value is (242,97,144). Sum of RGB (Red+Green+Blue) = 242+97+144=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F26190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26190 is #0D9E6F. Grayscale: #919191. Windows color (decimal): -892528 or 9462258. OLE color: 9462258.

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

Color convert

RGB 242 97 144 -
CMYK 0 0.60 0.40 0.05
HSL 340.55º 0.85% 0.66% -
HSV(B) 340.55º 0.6% 0.95% -
XYZ 45.93 29.44 29.65 -
YUV 145.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 242 97 144 0 0.60 0.40 0.05 340.55 0.85 0.66
Hex F2 61 90 0 3C 28 5 155 55 42
Octal 362 141 220 0 74 50 5 525 125 102
Binary 11110010 1100001 10010000 0 111100 101000 101 101010101 1010101 1000010

Color Harmonies of #F26190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26190

Black with #F26190

Text Example


Text Example

White with #F26190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26190; }

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

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

background-color css

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

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

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

border-color css

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

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

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