Html Css Color HEX #F66990 Brink Pink

📋 copy color: '#F66990'

red 246 ◦ green 105 ◦ blue 144

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

Shades of Brink Pink #F66990

Tints of Brink Pink #F66990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.21%

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

R = 49.7%
G = 21.21%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F66990 (or 0xF66990) is known color: Brink Pink. HEX triplet: F6, 69 and 90. RGB value is (246,105,144). Sum of RGB (Red+Green+Blue) = 246+105+144=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F66990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66990 is #09966F. Grayscale: #979797. Windows color (decimal): -628336 or 9464310. OLE color: 9464310.

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

Color convert

RGB 246 105 144 -
CMYK 0 0.57 0.41 0.04
HSL 343.4º 0.89% 0.69% -
HSV(B) 343.4º 0.57% 0.96% -
XYZ 48.09 31.71 29.97 -
YUV 151.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 246 105 144 0 0.57 0.41 0.04 343.4 0.89 0.69
Hex F6 69 90 0 39 29 4 157 59 45
Octal 366 151 220 0 71 51 4 527 131 105
Binary 11110110 1101001 10010000 0 111001 101001 100 101010111 1011001 1000101

Color Harmonies of #F66990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66990

Black with #F66990

Text Example


Text Example

White with #F66990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66990; }

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

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

background-color css

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

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

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

border-color css

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

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

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