Html Css Color HEX #F66690 Brink Pink

📋 copy color: '#F66690'

red 246 ◦ green 102 ◦ blue 144

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

Shades of Brink Pink #F66690

Tints of Brink Pink #F66690

RGB

 RED value IS 246 (96.48% from 255) = 50%

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

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 50%
G = 20.73%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F66690 (or 0xF66690) is known color: Brink Pink. HEX triplet: F6, 66 and 90. RGB value is (246,102,144). Sum of RGB (Red+Green+Blue) = 246+102+144=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F66690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66690 is #09996F. Grayscale: #959595. Windows color (decimal): -629104 or 9463542. OLE color: 9463542.

HSL color Cylindrical-coordinate representation of color #F66690: hue angle of 342.5º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66690 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 102 144 -
CMYK 0 0.59 0.41 0.04
HSL 342.5º 0.89% 0.68% -
HSV(B) 342.5º 0.59% 0.96% -
XYZ 47.79 31.11 29.87 -
YUV 149.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 246 102 144 0 0.59 0.41 0.04 342.5 0.89 0.68
Hex F6 66 90 0 3B 29 4 156 59 44
Octal 366 146 220 0 73 51 4 526 131 104
Binary 11110110 1100110 10010000 0 111011 101001 100 101010110 1011001 1000100

Color Harmonies of #F66690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66690

Black with #F66690

Text Example


Text Example

White with #F66690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66690; }

 p { color: rgb(246,102,144); }

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

background-color css

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

 a { background-color: rgb(246,102,144); }

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

border-color css

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

 span { border-color: rgb(246,102,144); }

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