Html Css Color HEX #FA6395 Brilliant Rose

📋 copy color: '#FA6395'

red 250 ◦ green 99 ◦ blue 149

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

Shades of Brilliant Rose #FA6395

Tints of Brilliant Rose #FA6395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.88%

 BLUE value IS 149 (58.59% from 255) = 29.92%

R = 50.2%
G = 19.88%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA6395 (or 0xFA6395) is known color: Brilliant Rose. HEX triplet: FA, 63 and 95. RGB value is (250,99,149). Sum of RGB (Red+Green+Blue) = 250+99+149=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6395 is #059C6A. Grayscale: #959595. Windows color (decimal): -367723 or 9790458. OLE color: 9790458.

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

Color convert

RGB 250 99 149 -
CMYK 0 0.60 0.40 0.02
HSL 340.13º 0.94% 0.68% -
HSV(B) 340.13º 0.6% 0.98% -
XYZ 49.31 31.42 31.9 -
YUV 149.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 250 99 149 0 0.60 0.40 0.02 340.13 0.94 0.68
Hex FA 63 95 0 3C 28 2 154 5E 44
Octal 372 143 225 0 74 50 2 524 136 104
Binary 11111010 1100011 10010101 0 111100 101000 10 101010100 1011110 1000100

Color Harmonies of #FA6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6395

Black with #FA6395

Text Example


Text Example

White with #FA6395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6395; }

 p { color: rgb(250,99,149); }

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

background-color css

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

 a { background-color: rgb(250,99,149); }

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

border-color css

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

 span { border-color: rgb(250,99,149); }

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