Html Css Color HEX #F05E7E Brink Pink

📋 copy color: '#F05E7E'

red 240 ◦ green 94 ◦ blue 126

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

Shades of Brink Pink #F05E7E

Tints of Brink Pink #F05E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.39%

R = 52.17%
G = 20.43%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F05E7E (or 0xF05E7E) is known color: Brink Pink. HEX triplet: F0, 5E and 7E. RGB value is (240,94,126). Sum of RGB (Red+Green+Blue) = 240+94+126=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05E7E is #0FA181. Grayscale: #8D8D8D. Windows color (decimal): -1024386 or 8281840. OLE color: 8281840.

HSL color Cylindrical-coordinate representation of color #F05E7E: hue angle of 346.85º 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 #F05E7E is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 94 126 -
CMYK 0 0.61 0.48 0.06
HSL 346.85º 0.83% 0.65% -
HSV(B) 346.85º 0.61% 0.94% -
XYZ 43.7 28.04 22.85 -
YUV 141.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 240 94 126 0 0.61 0.48 0.06 346.85 0.83 0.65
Hex F0 5E 7E 0 3D 30 6 15B 53 41
Octal 360 136 176 0 75 60 6 533 123 101
Binary 11110000 1011110 1111110 0 111101 110000 110 101011011 1010011 1000001

Color Harmonies of #F05E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05E7E

Black with #F05E7E

Text Example


Text Example

White with #F05E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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