Html Css Color HEX #FA65A3 Brilliant Rose

📋 copy color: '#FA65A3'

red 250 ◦ green 101 ◦ blue 163

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

Shades of Brilliant Rose #FA65A3

Tints of Brilliant Rose #FA65A3

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.65%

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

R = 48.64%
G = 19.65%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA65A3 (or 0xFA65A3) is known color: Brilliant Rose. HEX triplet: FA, 65 and A3. RGB value is (250,101,163). Sum of RGB (Red+Green+Blue) = 250+101+163=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA65A3 is #059A5C. Grayscale: #989898. Windows color (decimal): -367197 or 10708474. OLE color: 10708474.

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

Color convert

RGB 250 101 163 -
CMYK 0 0.60 0.35 0.02
HSL 335.03º 0.94% 0.69% -
HSV(B) 335.03º 0.6% 0.98% -
XYZ 50.69 32.28 38.21 -
YUV 152.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 250 101 163 0 0.60 0.35 0.02 335.03 0.94 0.69
Hex FA 65 A3 0 3C 23 2 14F 5E 45
Octal 372 145 243 0 74 43 2 517 136 105
Binary 11111010 1100101 10100011 0 111100 100011 10 101001111 1011110 1000101

Color Harmonies of #FA65A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA65A3

Black with #FA65A3

Text Example


Text Example

White with #FA65A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA65A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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