Html Css Color HEX #F06085 Brink Pink

📋 copy color: '#F06085'

red 240 ◦ green 96 ◦ blue 133

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

Shades of Brink Pink #F06085

Tints of Brink Pink #F06085

RGB

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

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

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

R = 51.17%
G = 20.47%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F06085 (or 0xF06085) is known color: Brink Pink. HEX triplet: F0, 60 and 85. RGB value is (240,96,133). Sum of RGB (Red+Green+Blue) = 240+96+133=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F06085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06085 is #0F9F7A. Grayscale: #8F8F8F. Windows color (decimal): -1023867 or 8741104. OLE color: 8741104.

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

Color convert

RGB 240 96 133 -
CMYK 0 0.6 0.45 0.06
HSL 344.58º 0.83% 0.66% -
HSV(B) 344.58º 0.6% 0.94% -
XYZ 44.35 28.58 25.37 -
YUV 143.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 240 96 133 0 0.6 0.45 0.06 344.58 0.83 0.66
Hex F0 60 85 0 3C 2D 6 159 53 42
Octal 360 140 205 0 74 55 6 531 123 102
Binary 11110000 1100000 10000101 0 111100 101101 110 101011001 1010011 1000010

Color Harmonies of #F06085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06085

Black with #F06085

Text Example


Text Example

White with #F06085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06085; }

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

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

background-color css

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

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

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

border-color css

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

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

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