Html Css Color HEX #FA5296 Brilliant Rose

📋 copy color: '#FA5296'

red 250 ◦ green 82 ◦ blue 150

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

Shades of Brilliant Rose #FA5296

Tints of Brilliant Rose #FA5296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.01%

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

R = 51.87%
G = 17.01%
B = 31.12%

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

#FA5296 (or 0xFA5296) is known color: Brilliant Rose. HEX triplet: FA, 52 and 96. RGB value is (250,82,150). Sum of RGB (Red+Green+Blue) = 250+82+150=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5296 is #05AD69. Grayscale: #8B8B8B. Windows color (decimal): -372074 or 9851642. OLE color: 9851642.

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

Color convert

RGB 250 82 150 -
CMYK 0 0.67 0.4 0.02
HSL 335.71º 0.94% 0.65% -
HSV(B) 335.71º 0.67% 0.98% -
XYZ 47.95 28.56 31.84 -
YUV 139.98 133.66 206.47 -
System Red Green Blue C M Y K H S L
Decimal 250 82 150 0 0.67 0.4 0.02 335.71 0.94 0.65
Hex FA 52 96 0 43 28 2 150 5E 41
Octal 372 122 226 0 103 50 2 520 136 101
Binary 11111010 1010010 10010110 0 1000011 101000 10 101010000 1011110 1000001

Color Harmonies of #FA5296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5296

Black with #FA5296

Text Example


Text Example

White with #FA5296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5296; }

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

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

background-color css

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

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

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

border-color css

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

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

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