Html Css Color HEX #F06287 Brink Pink

📋 copy color: '#F06287'

red 240 ◦ green 98 ◦ blue 135

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

Shades of Brink Pink #F06287

Tints of Brink Pink #F06287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.72%

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 50.74%
G = 20.72%
B = 28.54%

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

#F06287 (or 0xF06287) is known color: Brink Pink. HEX triplet: F0, 62 and 87. RGB value is (240,98,135). Sum of RGB (Red+Green+Blue) = 240+98+135=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F06287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06287 is #0F9D78. Grayscale: #909090. Windows color (decimal): -1023353 or 8872688. OLE color: 8872688.

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

Color convert

RGB 240 98 135 -
CMYK 0 0.59 0.44 0.06
HSL 344.37º 0.83% 0.66% -
HSV(B) 344.37º 0.59% 0.94% -
XYZ 44.68 29.01 26.17 -
YUV 144.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 240 98 135 0 0.59 0.44 0.06 344.37 0.83 0.66
Hex F0 62 87 0 3B 2C 6 158 53 42
Octal 360 142 207 0 73 54 6 530 123 102
Binary 11110000 1100010 10000111 0 111011 101100 110 101011000 1010011 1000010

Color Harmonies of #F06287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06287

Black with #F06287

Text Example


Text Example

White with #F06287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06287; }

 p { color: rgb(240,98,135); }

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

background-color css

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

 a { background-color: rgb(240,98,135); }

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

border-color css

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

 span { border-color: rgb(240,98,135); }

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