Html Css Color HEX #FA6495 Brilliant Rose

📋 copy color: '#FA6495'

red 250 ◦ green 100 ◦ blue 149

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

Shades of Brilliant Rose #FA6495

Tints of Brilliant Rose #FA6495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.86%

R = 50.1%
G = 20.04%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA6495 (or 0xFA6495) is known color: Brilliant Rose. HEX triplet: FA, 64 and 95. RGB value is (250,100,149). Sum of RGB (Red+Green+Blue) = 250+100+149=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6495 is #059B6A. Grayscale: #969696. Windows color (decimal): -367467 or 9790714. OLE color: 9790714.

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

Color convert

RGB 250 100 149 -
CMYK 0 0.6 0.40 0.02
HSL 340.4º 0.94% 0.69% -
HSV(B) 340.4º 0.6% 0.98% -
XYZ 49.41 31.61 31.93 -
YUV 150.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 250 100 149 0 0.6 0.40 0.02 340.4 0.94 0.69
Hex FA 64 95 0 3C 28 2 154 5E 45
Octal 372 144 225 0 74 50 2 524 136 105
Binary 11111010 1100100 10010101 0 111100 101000 10 101010100 1011110 1000101

Color Harmonies of #FA6495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6495

Black with #FA6495

Text Example


Text Example

White with #FA6495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6495; }

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

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

background-color css

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

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

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

border-color css

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

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

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