Html Css Color HEX #FA459D Brilliant Rose

📋 copy color: '#FA459D'

red 250 ◦ green 69 ◦ blue 157

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

Shades of Brilliant Rose #FA459D

Tints of Brilliant Rose #FA459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.5%

 BLUE value IS 157 (61.72% from 255) = 32.98%

R = 52.52%
G = 14.5%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA459D (or 0xFA459D) is known color: Brilliant Rose. HEX triplet: FA, 45 and 9D. RGB value is (250,69,157). Sum of RGB (Red+Green+Blue) = 250+69+157=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA459D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA459D is #05BA62. Grayscale: #848484. Windows color (decimal): -375395 or 10307066. OLE color: 10307066.

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

Color convert

RGB 250 69 157 -
CMYK 0 0.72 0.37 0.02
HSL 330.83º 0.95% 0.63% -
HSV(B) 330.83º 0.72% 0.98% -
XYZ 47.64 27.01 34.6 -
YUV 133.15 141.47 211.34 -
System Red Green Blue C M Y K H S L
Decimal 250 69 157 0 0.72 0.37 0.02 330.83 0.95 0.63
Hex FA 45 9D 0 48 25 2 14B 5F 3F
Octal 372 105 235 0 110 45 2 513 137 77
Binary 11111010 1000101 10011101 0 1001000 100101 10 101001011 1011111 111111

Color Harmonies of #FA459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA459D

Black with #FA459D

Text Example


Text Example

White with #FA459D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA459D; }

 p { color: rgb(250,69,157); }

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

background-color css

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

 a { background-color: rgb(250,69,157); }

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

border-color css

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

 span { border-color: rgb(250,69,157); }

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