Html Css Color HEX #F06281 Brink Pink

📋 copy color: '#F06281'

red 240 ◦ green 98 ◦ blue 129

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

Shades of Brink Pink #F06281

Tints of Brink Pink #F06281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.62%

R = 51.39%
G = 20.99%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F06281 (or 0xF06281) is known color: Brink Pink. HEX triplet: F0, 62 and 81. RGB value is (240,98,129). Sum of RGB (Red+Green+Blue) = 240+98+129=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F06281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06281 is #0F9D7E. Grayscale: #909090. Windows color (decimal): -1023359 or 8479472. OLE color: 8479472.

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

Color convert

RGB 240 98 129 -
CMYK 0 0.59 0.46 0.06
HSL 346.9º 0.83% 0.66% -
HSV(B) 346.9º 0.59% 0.94% -
XYZ 44.27 28.85 24 -
YUV 143.99 119.54 196.48 -
System Red Green Blue C M Y K H S L
Decimal 240 98 129 0 0.59 0.46 0.06 346.9 0.83 0.66
Hex F0 62 81 0 3B 2E 6 15B 53 42
Octal 360 142 201 0 73 56 6 533 123 102
Binary 11110000 1100010 10000001 0 111011 101110 110 101011011 1010011 1000010

Color Harmonies of #F06281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06281

Black with #F06281

Text Example


Text Example

White with #F06281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06281; }

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

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

background-color css

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

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

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

border-color css

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

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

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