Html Css Color HEX #F06083 Brink Pink

📋 copy color: '#F06083'

red 240 ◦ green 96 ◦ blue 131

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

Shades of Brink Pink #F06083

Tints of Brink Pink #F06083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.05%

R = 51.39%
G = 20.56%
B = 28.05%

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

#F06083 (or 0xF06083) is known color: Brink Pink. HEX triplet: F0, 60 and 83. RGB value is (240,96,131). Sum of RGB (Red+Green+Blue) = 240+96+131=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F06083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06083 is #0F9F7C. Grayscale: #8F8F8F. Windows color (decimal): -1023869 or 8610032. OLE color: 8610032.

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

Color convert

RGB 240 96 131 -
CMYK 0 0.6 0.45 0.06
HSL 345.42º 0.83% 0.66% -
HSV(B) 345.42º 0.6% 0.94% -
XYZ 44.21 28.53 24.65 -
YUV 143.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 240 96 131 0 0.6 0.45 0.06 345.42 0.83 0.66
Hex F0 60 83 0 3C 2D 6 159 53 42
Octal 360 140 203 0 74 55 6 531 123 102
Binary 11110000 1100000 10000011 0 111100 101101 110 101011001 1010011 1000010

Color Harmonies of #F06083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06083

Black with #F06083

Text Example


Text Example

White with #F06083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06083; }

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

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

background-color css

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

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

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

border-color css

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

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

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