Html Css Color HEX #F06681 Brink Pink

📋 copy color: '#F06681'

red 240 ◦ green 102 ◦ blue 129

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

Shades of Brink Pink #F06681

Tints of Brink Pink #F06681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.66%

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

R = 50.96%
G = 21.66%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F06681 (or 0xF06681) is known color: Brink Pink. HEX triplet: F0, 66 and 81. RGB value is (240,102,129). Sum of RGB (Red+Green+Blue) = 240+102+129=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06681 is #0F997E. Grayscale: #929292. Windows color (decimal): -1022335 or 8480496. OLE color: 8480496.

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

Color convert

RGB 240 102 129 -
CMYK 0 0.58 0.46 0.06
HSL 348.26º 0.82% 0.67% -
HSV(B) 348.26º 0.58% 0.94% -
XYZ 44.65 29.61 24.13 -
YUV 146.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 240 102 129 0 0.58 0.46 0.06 348.26 0.82 0.67
Hex F0 66 81 0 3A 2E 6 15C 52 43
Octal 360 146 201 0 72 56 6 534 122 103
Binary 11110000 1100110 10000001 0 111010 101110 110 101011100 1010010 1000011

Color Harmonies of #F06681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06681

Black with #F06681

Text Example


Text Example

White with #F06681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06681; }

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

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

background-color css

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

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

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

border-color css

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

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

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