Html Css Color HEX #F06082 Brink Pink

📋 copy color: '#F06082'

red 240 ◦ green 96 ◦ blue 130

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

Shades of Brink Pink #F06082

Tints of Brink Pink #F06082

RGB

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

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

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

R = 51.5%
G = 20.6%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F06082 (or 0xF06082) is known color: Brink Pink. HEX triplet: F0, 60 and 82. RGB value is (240,96,130). Sum of RGB (Red+Green+Blue) = 240+96+130=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F06082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06082 is #0F9F7D. Grayscale: #8E8E8E. Windows color (decimal): -1023870 or 8544496. OLE color: 8544496.

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

Color convert

RGB 240 96 130 -
CMYK 0 0.6 0.46 0.06
HSL 345.83º 0.83% 0.66% -
HSV(B) 345.83º 0.6% 0.94% -
XYZ 44.15 28.5 24.29 -
YUV 142.93 120.71 197.24 -
System Red Green Blue C M Y K H S L
Decimal 240 96 130 0 0.6 0.46 0.06 345.83 0.83 0.66
Hex F0 60 82 0 3C 2E 6 15A 53 42
Octal 360 140 202 0 74 56 6 532 123 102
Binary 11110000 1100000 10000010 0 111100 101110 110 101011010 1010011 1000010

Color Harmonies of #F06082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06082

Black with #F06082

Text Example


Text Example

White with #F06082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06082; }

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

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

background-color css

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

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

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

border-color css

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

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

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