Html Css Color HEX #FA66A0 Brilliant Rose

📋 copy color: '#FA66A0'

red 250 ◦ green 102 ◦ blue 160

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

Shades of Brilliant Rose #FA66A0

Tints of Brilliant Rose #FA66A0

RGB

 RED value IS 250 (98.05% from 255) = 48.83%

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

 BLUE value IS 160 (62.89% from 255) = 31.25%

R = 48.83%
G = 19.92%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA66A0 (or 0xFA66A0) is known color: Brilliant Rose. HEX triplet: FA, 66 and A0. RGB value is (250,102,160). Sum of RGB (Red+Green+Blue) = 250+102+160=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA66A0 is #05995F. Grayscale: #989898. Windows color (decimal): -366944 or 10512122. OLE color: 10512122.

HSL color Cylindrical-coordinate representation of color #FA66A0: hue angle of 336.49º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA66A0 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 102 160 -
CMYK 0 0.59 0.36 0.02
HSL 336.49º 0.94% 0.69% -
HSV(B) 336.49º 0.59% 0.98% -
XYZ 50.52 32.36 36.84 -
YUV 152.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 250 102 160 0 0.59 0.36 0.02 336.49 0.94 0.69
Hex FA 66 A0 0 3B 24 2 150 5E 45
Octal 372 146 240 0 73 44 2 520 136 105
Binary 11111010 1100110 10100000 0 111011 100100 10 101010000 1011110 1000101

Color Harmonies of #FA66A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA66A0

Black with #FA66A0

Text Example


Text Example

White with #FA66A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA66A0; }

 p { color: rgb(250,102,160); }

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

background-color css

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

 a { background-color: rgb(250,102,160); }

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

border-color css

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

 span { border-color: rgb(250,102,160); }

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