Html Css Color HEX #F06485 Brink Pink

📋 copy color: '#F06485'

red 240 ◦ green 100 ◦ blue 133

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

Shades of Brink Pink #F06485

Tints of Brink Pink #F06485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

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

R = 50.74%
G = 21.14%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F06485 (or 0xF06485) is known color: Brink Pink. HEX triplet: F0, 64 and 85. RGB value is (240,100,133). Sum of RGB (Red+Green+Blue) = 240+100+133=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F06485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06485 is #0F9B7A. Grayscale: #919191. Windows color (decimal): -1022843 or 8742128. OLE color: 8742128.

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

Color convert

RGB 240 100 133 -
CMYK 0 0.58 0.45 0.06
HSL 345.86º 0.82% 0.67% -
HSV(B) 345.86º 0.58% 0.94% -
XYZ 44.73 29.33 25.49 -
YUV 145.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 240 100 133 0 0.58 0.45 0.06 345.86 0.82 0.67
Hex F0 64 85 0 3A 2D 6 15A 52 43
Octal 360 144 205 0 72 55 6 532 122 103
Binary 11110000 1100100 10000101 0 111010 101101 110 101011010 1010010 1000011

Color Harmonies of #F06485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06485

Black with #F06485

Text Example


Text Example

White with #F06485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06485; }

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

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

background-color css

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

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

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

border-color css

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

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

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