Html Css Color HEX #FA64A5 Brilliant Rose

📋 copy color: '#FA64A5'

red 250 ◦ green 100 ◦ blue 165

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

Shades of Brilliant Rose #FA64A5

Tints of Brilliant Rose #FA64A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.04%

R = 48.54%
G = 19.42%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA64A5 (or 0xFA64A5) is known color: Brilliant Rose. HEX triplet: FA, 64 and A5. RGB value is (250,100,165). Sum of RGB (Red+Green+Blue) = 250+100+165=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA64A5 is #059B5A. Grayscale: #989898. Windows color (decimal): -367451 or 10839290. OLE color: 10839290.

HSL color Cylindrical-coordinate representation of color #FA64A5: hue angle of 334º 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 #FA64A5 is Cyan = 0, Magento = 0.6, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 100 165 -
CMYK 0 0.6 0.34 0.02
HSL 334º 0.94% 0.69% -
HSV(B) 334º 0.6% 0.98% -
XYZ 50.77 32.15 39.13 -
YUV 152.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 250 100 165 0 0.6 0.34 0.02 334 0.94 0.69
Hex FA 64 A5 0 3C 22 2 14E 5E 45
Octal 372 144 245 0 74 42 2 516 136 105
Binary 11111010 1100100 10100101 0 111100 100010 10 101001110 1011110 1000101

Color Harmonies of #FA64A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64A5

Black with #FA64A5

Text Example


Text Example

White with #FA64A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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