Html Css Color HEX #FA5597 Brilliant Rose

📋 copy color: '#FA5597'

red 250 ◦ green 85 ◦ blue 151

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

Shades of Brilliant Rose #FA5597

Tints of Brilliant Rose #FA5597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.49%

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

R = 51.44%
G = 17.49%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA5597 (or 0xFA5597) is known color: Brilliant Rose. HEX triplet: FA, 55 and 97. RGB value is (250,85,151). Sum of RGB (Red+Green+Blue) = 250+85+151=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5597 is #05AA68. Grayscale: #8D8D8D. Windows color (decimal): -371305 or 9917946. OLE color: 9917946.

HSL color Cylindrical-coordinate representation of color #FA5597: hue angle of 336º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5597 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 85 151 -
CMYK 0 0.66 0.40 0.02
HSL 336º 0.94% 0.66% -
HSV(B) 336º 0.66% 0.98% -
XYZ 48.26 29.06 32.34 -
YUV 141.86 133.16 205.13 -
System Red Green Blue C M Y K H S L
Decimal 250 85 151 0 0.66 0.40 0.02 336 0.94 0.66
Hex FA 55 97 0 42 28 2 150 5E 42
Octal 372 125 227 0 102 50 2 520 136 102
Binary 11111010 1010101 10010111 0 1000010 101000 10 101010000 1011110 1000010

Color Harmonies of #FA5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5597

Black with #FA5597

Text Example


Text Example

White with #FA5597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5597; }

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

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

background-color css

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

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

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

border-color css

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

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

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