Html Css Color HEX #FA5396 Brilliant Rose

📋 copy color: '#FA5396'

red 250 ◦ green 83 ◦ blue 150

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

Shades of Brilliant Rose #FA5396

Tints of Brilliant Rose #FA5396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.18%

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 51.76%
G = 17.18%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA5396 (or 0xFA5396) is known color: Brilliant Rose. HEX triplet: FA, 53 and 96. RGB value is (250,83,150). Sum of RGB (Red+Green+Blue) = 250+83+150=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5396 is #05AC69. Grayscale: #8C8C8C. Windows color (decimal): -371818 or 9851898. OLE color: 9851898.

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

Color convert

RGB 250 83 150 -
CMYK 0 0.67 0.4 0.02
HSL 335.93º 0.94% 0.65% -
HSV(B) 335.93º 0.67% 0.98% -
XYZ 48.02 28.71 31.87 -
YUV 140.57 133.33 206.05 -
System Red Green Blue C M Y K H S L
Decimal 250 83 150 0 0.67 0.4 0.02 335.93 0.94 0.65
Hex FA 53 96 0 43 28 2 150 5E 41
Octal 372 123 226 0 103 50 2 520 136 101
Binary 11111010 1010011 10010110 0 1000011 101000 10 101010000 1011110 1000001

Color Harmonies of #FA5396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5396

Black with #FA5396

Text Example


Text Example

White with #FA5396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5396; }

 p { color: rgb(250,83,150); }

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

background-color css

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

 a { background-color: rgb(250,83,150); }

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

border-color css

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

 span { border-color: rgb(250,83,150); }

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