Html Css Color HEX #FA5D9C Brilliant Rose

📋 copy color: '#FA5D9C'

red 250 ◦ green 93 ◦ blue 156

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

Shades of Brilliant Rose #FA5D9C

Tints of Brilliant Rose #FA5D9C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.64%

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 50.1%
G = 18.64%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA5D9C (or 0xFA5D9C) is known color: Brilliant Rose. HEX triplet: FA, 5D and 9C. RGB value is (250,93,156). Sum of RGB (Red+Green+Blue) = 250+93+156=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5D9C is #05A263. Grayscale: #939393. Windows color (decimal): -369252 or 10247674. OLE color: 10247674.

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

Color convert

RGB 250 93 156 -
CMYK 0 0.63 0.38 0.02
HSL 335.92º 0.94% 0.67% -
HSV(B) 335.92º 0.63% 0.98% -
XYZ 49.34 30.55 34.75 -
YUV 147.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 250 93 156 0 0.63 0.38 0.02 335.92 0.94 0.67
Hex FA 5D 9C 0 3F 26 2 150 5E 43
Octal 372 135 234 0 77 46 2 520 136 103
Binary 11111010 1011101 10011100 0 111111 100110 10 101010000 1011110 1000011

Color Harmonies of #FA5D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D9C

Black with #FA5D9C

Text Example


Text Example

White with #FA5D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D9C; }

 p { color: rgb(250,93,156); }

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

background-color css

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

 a { background-color: rgb(250,93,156); }

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

border-color css

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

 span { border-color: rgb(250,93,156); }

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