Html Css Color HEX #F06982 Brink Pink

📋 copy color: '#F06982'

red 240 ◦ green 105 ◦ blue 130

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

Shades of Brink Pink #F06982

Tints of Brink Pink #F06982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.11%

 BLUE value IS 130 (51.17% from 255) = 27.37%

R = 50.53%
G = 22.11%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F06982 (or 0xF06982) is known color: Brink Pink. HEX triplet: F0, 69 and 82. RGB value is (240,105,130). Sum of RGB (Red+Green+Blue) = 240+105+130=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F06982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06982 is #0F967D. Grayscale: #949494. Windows color (decimal): -1021566 or 8546800. OLE color: 8546800.

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

Color convert

RGB 240 105 130 -
CMYK 0 0.56 0.46 0.06
HSL 348.89º 0.82% 0.68% -
HSV(B) 348.89º 0.56% 0.94% -
XYZ 45.02 30.24 24.58 -
YUV 148.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 240 105 130 0 0.56 0.46 0.06 348.89 0.82 0.68
Hex F0 69 82 0 38 2E 6 15D 52 44
Octal 360 151 202 0 70 56 6 535 122 104
Binary 11110000 1101001 10000010 0 111000 101110 110 101011101 1010010 1000100

Color Harmonies of #F06982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06982

Black with #F06982

Text Example


Text Example

White with #F06982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06982; }

 p { color: rgb(240,105,130); }

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

background-color css

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

 a { background-color: rgb(240,105,130); }

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

border-color css

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

 span { border-color: rgb(240,105,130); }

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