Html Css Color HEX #F06C81 Brink Pink

📋 copy color: '#F06C81'

red 240 ◦ green 108 ◦ blue 129

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

Shades of Brink Pink #F06C81

Tints of Brink Pink #F06C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.64%

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

R = 50.31%
G = 22.64%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F06C81 (or 0xF06C81) is known color: Brink Pink. HEX triplet: F0, 6C and 81. RGB value is (240,108,129). Sum of RGB (Red+Green+Blue) = 240+108+129=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C81 is #0F937E. Grayscale: #959595. Windows color (decimal): -1020799 or 8482032. OLE color: 8482032.

HSL color Cylindrical-coordinate representation of color #F06C81: hue angle of 350.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06C81 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 129 -
CMYK 0 0.55 0.46 0.06
HSL 350.45º 0.81% 0.68% -
HSV(B) 350.45º 0.55% 0.94% -
XYZ 45.26 30.84 24.34 -
YUV 149.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 240 108 129 0 0.55 0.46 0.06 350.45 0.81 0.68
Hex F0 6C 81 0 37 2E 6 15E 51 44
Octal 360 154 201 0 67 56 6 536 121 104
Binary 11110000 1101100 10000001 0 110111 101110 110 101011110 1010001 1000100

Color Harmonies of #F06C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C81

Black with #F06C81

Text Example


Text Example

White with #F06C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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