Html Css Color HEX #F06384 Brink Pink

📋 copy color: '#F06384'

red 240 ◦ green 99 ◦ blue 132

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

Shades of Brink Pink #F06384

Tints of Brink Pink #F06384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.03%

R = 50.96%
G = 21.02%
B = 28.03%

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

#F06384 (or 0xF06384) is known color: Brink Pink. HEX triplet: F0, 63 and 84. RGB value is (240,99,132). Sum of RGB (Red+Green+Blue) = 240+99+132=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06384 is #0F9C7B. Grayscale: #909090. Windows color (decimal): -1023100 or 8676336. OLE color: 8676336.

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

Color convert

RGB 240 99 132 -
CMYK 0 0.59 0.45 0.06
HSL 345.96º 0.82% 0.66% -
HSV(B) 345.96º 0.59% 0.94% -
XYZ 44.56 29.11 25.1 -
YUV 144.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 240 99 132 0 0.59 0.45 0.06 345.96 0.82 0.66
Hex F0 63 84 0 3B 2D 6 15A 52 42
Octal 360 143 204 0 73 55 6 532 122 102
Binary 11110000 1100011 10000100 0 111011 101101 110 101011010 1010010 1000010

Color Harmonies of #F06384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06384

Black with #F06384

Text Example


Text Example

White with #F06384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06384; }

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

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

background-color css

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

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

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

border-color css

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

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

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