Html Css Color HEX #F05E85 Brink Pink

📋 copy color: '#F05E85'

red 240 ◦ green 94 ◦ blue 133

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

Shades of Brink Pink #F05E85

Tints of Brink Pink #F05E85

RGB

 RED value IS 240 (94.14% from 255) = 51.39%

 GREEN value IS 94 (37.11% from 255) = 20.13%

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

R = 51.39%
G = 20.13%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F05E85 (or 0xF05E85) is known color: Brink Pink. HEX triplet: F0, 5E and 85. RGB value is (240,94,133). Sum of RGB (Red+Green+Blue) = 240+94+133=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05E85 is #0FA17A. Grayscale: #8E8E8E. Windows color (decimal): -1024379 or 8740592. OLE color: 8740592.

HSL color Cylindrical-coordinate representation of color #F05E85: hue angle of 343.97º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05E85 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 94 133 -
CMYK 0 0.61 0.45 0.06
HSL 343.97º 0.83% 0.65% -
HSV(B) 343.97º 0.61% 0.94% -
XYZ 44.17 28.22 25.31 -
YUV 142.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 240 94 133 0 0.61 0.45 0.06 343.97 0.83 0.65
Hex F0 5E 85 0 3D 2D 6 158 53 41
Octal 360 136 205 0 75 55 6 530 123 101
Binary 11110000 1011110 10000101 0 111101 101101 110 101011000 1010011 1000001

Color Harmonies of #F05E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05E85

Black with #F05E85

Text Example


Text Example

White with #F05E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05E85; }

 p { color: rgb(240,94,133); }

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

background-color css

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

 a { background-color: rgb(240,94,133); }

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

border-color css

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

 span { border-color: rgb(240,94,133); }

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