Html Css Color HEX #F06386 Brink Pink

📋 copy color: '#F06386'

red 240 ◦ green 99 ◦ blue 134

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

Shades of Brink Pink #F06386

Tints of Brink Pink #F06386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.93%

 BLUE value IS 134 (52.73% from 255) = 28.33%

R = 50.74%
G = 20.93%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F06386 (or 0xF06386) is known color: Brink Pink. HEX triplet: F0, 63 and 86. RGB value is (240,99,134). Sum of RGB (Red+Green+Blue) = 240+99+134=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F06386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06386 is #0F9C79. Grayscale: #919191. Windows color (decimal): -1023098 or 8807408. OLE color: 8807408.

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

Color convert

RGB 240 99 134 -
CMYK 0 0.59 0.44 0.06
HSL 345.11º 0.82% 0.66% -
HSV(B) 345.11º 0.59% 0.94% -
XYZ 44.7 29.17 25.83 -
YUV 145.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 240 99 134 0 0.59 0.44 0.06 345.11 0.82 0.66
Hex F0 63 86 0 3B 2C 6 159 52 42
Octal 360 143 206 0 73 54 6 531 122 102
Binary 11110000 1100011 10000110 0 111011 101100 110 101011001 1010010 1000010

Color Harmonies of #F06386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06386

Black with #F06386

Text Example


Text Example

White with #F06386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06386; }

 p { color: rgb(240,99,134); }

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

background-color css

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

 a { background-color: rgb(240,99,134); }

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

border-color css

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

 span { border-color: rgb(240,99,134); }

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