Html Css Color HEX #FA64A1 Brilliant Rose

📋 copy color: '#FA64A1'

red 250 ◦ green 100 ◦ blue 161

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

Shades of Brilliant Rose #FA64A1

Tints of Brilliant Rose #FA64A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.51%

R = 48.92%
G = 19.57%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA64A1 (or 0xFA64A1) is known color: Brilliant Rose. HEX triplet: FA, 64 and A1. RGB value is (250,100,161). Sum of RGB (Red+Green+Blue) = 250+100+161=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA64A1 is #059B5E. Grayscale: #979797. Windows color (decimal): -367455 or 10577146. OLE color: 10577146.

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

Color convert

RGB 250 100 161 -
CMYK 0 0.6 0.36 0.02
HSL 335.6º 0.94% 0.69% -
HSV(B) 335.6º 0.6% 0.98% -
XYZ 50.41 32.01 37.24 -
YUV 151.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 250 100 161 0 0.6 0.36 0.02 335.6 0.94 0.69
Hex FA 64 A1 0 3C 24 2 150 5E 45
Octal 372 144 241 0 74 44 2 520 136 105
Binary 11111010 1100100 10100001 0 111100 100100 10 101010000 1011110 1000101

Color Harmonies of #FA64A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64A1

Black with #FA64A1

Text Example


Text Example

White with #FA64A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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