Html Css Color HEX #FA6597 Brilliant Rose

📋 copy color: '#FA6597'

red 250 ◦ green 101 ◦ blue 151

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

Shades of Brilliant Rose #FA6597

Tints of Brilliant Rose #FA6597

RGB

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

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

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

R = 49.8%
G = 20.12%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA6597 (or 0xFA6597) is known color: Brilliant Rose. HEX triplet: FA, 65 and 97. RGB value is (250,101,151). Sum of RGB (Red+Green+Blue) = 250+101+151=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6597 is #059A68. Grayscale: #979797. Windows color (decimal): -367209 or 9922042. OLE color: 9922042.

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

Color convert

RGB 250 101 151 -
CMYK 0 0.60 0.40 0.02
HSL 339.87º 0.94% 0.69% -
HSV(B) 339.87º 0.6% 0.98% -
XYZ 49.66 31.87 32.81 -
YUV 151.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 250 101 151 0 0.60 0.40 0.02 339.87 0.94 0.69
Hex FA 65 97 0 3C 28 2 154 5E 45
Octal 372 145 227 0 74 50 2 524 136 105
Binary 11111010 1100101 10010111 0 111100 101000 10 101010100 1011110 1000101

Color Harmonies of #FA6597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6597

Black with #FA6597

Text Example


Text Example

White with #FA6597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6597; }

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

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

background-color css

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

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

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

border-color css

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

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

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