Html Css Color HEX #FA469D Brilliant Rose

📋 copy color: '#FA469D'

red 250 ◦ green 70 ◦ blue 157

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

Shades of Brilliant Rose #FA469D

Tints of Brilliant Rose #FA469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.68%

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

R = 52.41%
G = 14.68%
B = 32.91%

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

#FA469D (or 0xFA469D) is known color: Brilliant Rose. HEX triplet: FA, 46 and 9D. RGB value is (250,70,157). Sum of RGB (Red+Green+Blue) = 250+70+157=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA469D is #05B962. Grayscale: #858585. Windows color (decimal): -375139 or 10307322. OLE color: 10307322.

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

Color convert

RGB 250 70 157 -
CMYK 0 0.72 0.37 0.02
HSL 331º 0.95% 0.63% -
HSV(B) 331º 0.72% 0.98% -
XYZ 47.7 27.14 34.62 -
YUV 133.74 141.13 210.93 -
System Red Green Blue C M Y K H S L
Decimal 250 70 157 0 0.72 0.37 0.02 331 0.95 0.63
Hex FA 46 9D 0 48 25 2 14B 5F 3F
Octal 372 106 235 0 110 45 2 513 137 77
Binary 11111010 1000110 10011101 0 1001000 100101 10 101001011 1011111 111111

Color Harmonies of #FA469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA469D

Black with #FA469D

Text Example


Text Example

White with #FA469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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