Html Css Color HEX #FA64A3 Brilliant Rose

📋 copy color: '#FA64A3'

red 250 ◦ green 100 ◦ blue 163

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

Shades of Brilliant Rose #FA64A3

Tints of Brilliant Rose #FA64A3

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.49%

 BLUE value IS 163 (64.06% from 255) = 31.77%

R = 48.73%
G = 19.49%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA64A3 (or 0xFA64A3) is known color: Brilliant Rose. HEX triplet: FA, 64 and A3. RGB value is (250,100,163). Sum of RGB (Red+Green+Blue) = 250+100+163=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA64A3 is #059B5C. Grayscale: #979797. Windows color (decimal): -367453 or 10708218. OLE color: 10708218.

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

Color convert

RGB 250 100 163 -
CMYK 0 0.6 0.35 0.02
HSL 334.8º 0.94% 0.69% -
HSV(B) 334.8º 0.6% 0.98% -
XYZ 50.59 32.08 38.18 -
YUV 152.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 250 100 163 0 0.6 0.35 0.02 334.8 0.94 0.69
Hex FA 64 A3 0 3C 23 2 14F 5E 45
Octal 372 144 243 0 74 43 2 517 136 105
Binary 11111010 1100100 10100011 0 111100 100011 10 101001111 1011110 1000101

Color Harmonies of #FA64A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64A3

Black with #FA64A3

Text Example


Text Example

White with #FA64A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64A3; }

 p { color: rgb(250,100,163); }

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

background-color css

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

 a { background-color: rgb(250,100,163); }

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

border-color css

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

 span { border-color: rgb(250,100,163); }

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