Html Css Color HEX #FA459F Brilliant Rose

📋 copy color: '#FA459F'

red 250 ◦ green 69 ◦ blue 159

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

Shades of Brilliant Rose #FA459F

Tints of Brilliant Rose #FA459F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.26%

R = 52.3%
G = 14.44%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA459F (or 0xFA459F) is known color: Brilliant Rose. HEX triplet: FA, 45 and 9F. RGB value is (250,69,159). Sum of RGB (Red+Green+Blue) = 250+69+159=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA459F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA459F is #05BA60. Grayscale: #858585. Windows color (decimal): -375393 or 10438138. OLE color: 10438138.

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

Color convert

RGB 250 69 159 -
CMYK 0 0.72 0.36 0.02
HSL 330.17º 0.95% 0.63% -
HSV(B) 330.17º 0.72% 0.98% -
XYZ 47.81 27.08 35.51 -
YUV 133.38 142.47 211.18 -
System Red Green Blue C M Y K H S L
Decimal 250 69 159 0 0.72 0.36 0.02 330.17 0.95 0.63
Hex FA 45 9F 0 48 24 2 14A 5F 3F
Octal 372 105 237 0 110 44 2 512 137 77
Binary 11111010 1000101 10011111 0 1001000 100100 10 101001010 1011111 111111

Color Harmonies of #FA459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA459F

Black with #FA459F

Text Example


Text Example

White with #FA459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA459F; }

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

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

background-color css

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

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

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

border-color css

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

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

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