Html Css Color HEX #FA5E93 Brilliant Rose

📋 copy color: '#FA5E93'

red 250 ◦ green 94 ◦ blue 147

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

Shades of Brilliant Rose #FA5E93

Tints of Brilliant Rose #FA5E93

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.14%

 BLUE value IS 147 (57.81% from 255) = 29.94%

R = 50.92%
G = 19.14%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA5E93 (or 0xFA5E93) is known color: Brilliant Rose. HEX triplet: FA, 5E and 93. RGB value is (250,94,147). Sum of RGB (Red+Green+Blue) = 250+94+147=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5E93 is #05A16C. Grayscale: #929292. Windows color (decimal): -369005 or 9658106. OLE color: 9658106.

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

Color convert

RGB 250 94 147 -
CMYK 0 0.62 0.41 0.02
HSL 339.62º 0.94% 0.67% -
HSV(B) 339.62º 0.62% 0.98% -
XYZ 48.69 30.44 30.91 -
YUV 146.69 128.18 201.69 -
System Red Green Blue C M Y K H S L
Decimal 250 94 147 0 0.62 0.41 0.02 339.62 0.94 0.67
Hex FA 5E 93 0 3E 29 2 154 5E 43
Octal 372 136 223 0 76 51 2 524 136 103
Binary 11111010 1011110 10010011 0 111110 101001 10 101010100 1011110 1000011

Color Harmonies of #FA5E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E93

Black with #FA5E93

Text Example


Text Example

White with #FA5E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E93; }

 p { color: rgb(250,94,147); }

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

background-color css

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

 a { background-color: rgb(250,94,147); }

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

border-color css

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

 span { border-color: rgb(250,94,147); }

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