Html Css Color HEX #F26085 Brink Pink

📋 copy color: '#F26085'

red 242 ◦ green 96 ◦ blue 133

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

Shades of Brink Pink #F26085

Tints of Brink Pink #F26085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.38%

 BLUE value IS 133 (52.34% from 255) = 28.24%

R = 51.38%
G = 20.38%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F26085 (or 0xF26085) is known color: Brink Pink. HEX triplet: F2, 60 and 85. RGB value is (242,96,133). Sum of RGB (Red+Green+Blue) = 242+96+133=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F26085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26085 is #0D9F7A. Grayscale: #8F8F8F. Windows color (decimal): -892795 or 8741106. OLE color: 8741106.

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

Color convert

RGB 242 96 133 -
CMYK 0 0.60 0.45 0.05
HSL 344.79º 0.85% 0.66% -
HSV(B) 344.79º 0.6% 0.95% -
XYZ 45.03 28.94 25.4 -
YUV 143.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 242 96 133 0 0.60 0.45 0.05 344.79 0.85 0.66
Hex F2 60 85 0 3C 2D 5 159 55 42
Octal 362 140 205 0 74 55 5 531 125 102
Binary 11110010 1100000 10000101 0 111100 101101 101 101011001 1010101 1000010

Color Harmonies of #F26085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26085

Black with #F26085

Text Example


Text Example

White with #F26085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26085; }

 p { color: rgb(242,96,133); }

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

background-color css

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

 a { background-color: rgb(242,96,133); }

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

border-color css

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

 span { border-color: rgb(242,96,133); }

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