Html Css Color HEX #FA6497 Brilliant Rose

📋 copy color: '#FA6497'

red 250 ◦ green 100 ◦ blue 151

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

Shades of Brilliant Rose #FA6497

Tints of Brilliant Rose #FA6497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.14%

R = 49.9%
G = 19.96%
B = 30.14%

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

#FA6497 (or 0xFA6497) is known color: Brilliant Rose. HEX triplet: FA, 64 and 97. RGB value is (250,100,151). Sum of RGB (Red+Green+Blue) = 250+100+151=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6497 is #059B68. Grayscale: #969696. Windows color (decimal): -367465 or 9921786. OLE color: 9921786.

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

Color convert

RGB 250 100 151 -
CMYK 0 0.6 0.40 0.02
HSL 339.6º 0.94% 0.69% -
HSV(B) 339.6º 0.6% 0.98% -
XYZ 49.57 31.67 32.78 -
YUV 150.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 250 100 151 0 0.6 0.40 0.02 339.6 0.94 0.69
Hex FA 64 97 0 3C 28 2 154 5E 45
Octal 372 144 227 0 74 50 2 524 136 105
Binary 11111010 1100100 10010111 0 111100 101000 10 101010100 1011110 1000101

Color Harmonies of #FA6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6497

Black with #FA6497

Text Example


Text Example

White with #FA6497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6497; }

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

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

background-color css

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

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

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

border-color css

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

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

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