Html Css Color HEX #F06385 Brink Pink

📋 copy color: '#F06385'

red 240 ◦ green 99 ◦ blue 133

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

Shades of Brink Pink #F06385

Tints of Brink Pink #F06385

RGB

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

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

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

R = 50.85%
G = 20.97%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F06385 (or 0xF06385) is known color: Brink Pink. HEX triplet: F0, 63 and 85. RGB value is (240,99,133). Sum of RGB (Red+Green+Blue) = 240+99+133=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F06385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06385 is #0F9C7A. Grayscale: #919191. Windows color (decimal): -1023099 or 8741872. OLE color: 8741872.

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

Color convert

RGB 240 99 133 -
CMYK 0 0.59 0.45 0.06
HSL 345.53º 0.82% 0.66% -
HSV(B) 345.53º 0.59% 0.94% -
XYZ 44.63 29.14 25.46 -
YUV 145.04 121.21 195.74 -
System Red Green Blue C M Y K H S L
Decimal 240 99 133 0 0.59 0.45 0.06 345.53 0.82 0.66
Hex F0 63 85 0 3B 2D 6 15A 52 42
Octal 360 143 205 0 73 55 6 532 122 102
Binary 11110000 1100011 10000101 0 111011 101101 110 101011010 1010010 1000010

Color Harmonies of #F06385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06385

Black with #F06385

Text Example


Text Example

White with #F06385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06385; }

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

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

background-color css

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

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

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

border-color css

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

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

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