Html Css Color HEX #F66394 Brink Pink

📋 copy color: '#F66394'

red 246 ◦ green 99 ◦ blue 148

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

Shades of Brink Pink #F66394

Tints of Brink Pink #F66394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.08%

 BLUE value IS 148 (58.2% from 255) = 30.02%

R = 49.9%
G = 20.08%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F66394 (or 0xF66394) is known color: Brink Pink. HEX triplet: F6, 63 and 94. RGB value is (246,99,148). Sum of RGB (Red+Green+Blue) = 246+99+148=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F66394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66394 is #099C6B. Grayscale: #949494. Windows color (decimal): -629868 or 9724918. OLE color: 9724918.

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

Color convert

RGB 246 99 148 -
CMYK 0 0.60 0.40 0.04
HSL 340º 0.89% 0.68% -
HSV(B) 340º 0.6% 0.96% -
XYZ 47.81 30.65 31.41 -
YUV 148.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 246 99 148 0 0.60 0.40 0.04 340 0.89 0.68
Hex F6 63 94 0 3C 28 4 154 59 44
Octal 366 143 224 0 74 50 4 524 131 104
Binary 11110110 1100011 10010100 0 111100 101000 100 101010100 1011001 1000100

Color Harmonies of #F66394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66394

Black with #F66394

Text Example


Text Example

White with #F66394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66394; }

 p { color: rgb(246,99,148); }

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

background-color css

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

 a { background-color: rgb(246,99,148); }

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

border-color css

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

 span { border-color: rgb(246,99,148); }

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