Html Css Color HEX #F06578 Brink Pink

📋 copy color: '#F06578'

red 240 ◦ green 101 ◦ blue 120

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

Shades of Brink Pink #F06578

Tints of Brink Pink #F06578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.91%

 BLUE value IS 120 (47.27% from 255) = 26.03%

R = 52.06%
G = 21.91%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F06578 (or 0xF06578) is known color: Brink Pink. HEX triplet: F0, 65 and 78. RGB value is (240,101,120). Sum of RGB (Red+Green+Blue) = 240+101+120=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F06578 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06578 is #0F9A87. Grayscale: #909090. Windows color (decimal): -1022600 or 7890416. OLE color: 7890416.

HSL color Cylindrical-coordinate representation of color #F06578: hue angle of 351.8º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06578 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 120 -
CMYK 0 0.58 0.5 0.06
HSL 351.8º 0.82% 0.67% -
HSV(B) 351.8º 0.58% 0.94% -
XYZ 43.98 29.19 21.09 -
YUV 144.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 240 101 120 0 0.58 0.5 0.06 351.8 0.82 0.67
Hex F0 65 78 0 3A 32 6 160 52 43
Octal 360 145 170 0 72 62 6 540 122 103
Binary 11110000 1100101 1111000 0 111010 110010 110 101100000 1010010 1000011

Color Harmonies of #F06578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06578

Black with #F06578

Text Example


Text Example

White with #F06578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06578; }

 p { color: rgb(240,101,120); }

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

background-color css

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

 a { background-color: rgb(240,101,120); }

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

border-color css

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

 span { border-color: rgb(240,101,120); }

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