Html Css Color HEX #FA459B Brilliant Rose

📋 copy color: '#FA459B'

red 250 ◦ green 69 ◦ blue 155

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

Shades of Brilliant Rose #FA459B

Tints of Brilliant Rose #FA459B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.7%

R = 52.74%
G = 14.56%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA459B (or 0xFA459B) is known color: Brilliant Rose. HEX triplet: FA, 45 and 9B. RGB value is (250,69,155). Sum of RGB (Red+Green+Blue) = 250+69+155=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA459B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA459B is #05BA64. Grayscale: #848484. Windows color (decimal): -375397 or 10175994. OLE color: 10175994.

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

Color convert

RGB 250 69 155 -
CMYK 0 0.72 0.38 0.02
HSL 331.49º 0.95% 0.63% -
HSV(B) 331.49º 0.72% 0.98% -
XYZ 47.47 26.95 33.71 -
YUV 132.92 140.47 211.51 -
System Red Green Blue C M Y K H S L
Decimal 250 69 155 0 0.72 0.38 0.02 331.49 0.95 0.63
Hex FA 45 9B 0 48 26 2 14B 5F 3F
Octal 372 105 233 0 110 46 2 513 137 77
Binary 11111010 1000101 10011011 0 1001000 100110 10 101001011 1011111 111111

Color Harmonies of #FA459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA459B

Black with #FA459B

Text Example


Text Example

White with #FA459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA459B; }

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

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

background-color css

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

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

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

border-color css

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

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

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