Html Css Color HEX #FA469C Brilliant Rose

📋 copy color: '#FA469C'

red 250 ◦ green 70 ◦ blue 156

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

Shades of Brilliant Rose #FA469C

Tints of Brilliant Rose #FA469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.77%

R = 52.52%
G = 14.71%
B = 32.77%

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

#FA469C (or 0xFA469C) is known color: Brilliant Rose. HEX triplet: FA, 46 and 9C. RGB value is (250,70,156). Sum of RGB (Red+Green+Blue) = 250+70+156=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA469C is #05B963. Grayscale: #858585. Windows color (decimal): -375140 or 10241786. OLE color: 10241786.

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

Color convert

RGB 250 70 156 -
CMYK 0 0.72 0.38 0.02
HSL 331.33º 0.95% 0.63% -
HSV(B) 331.33º 0.72% 0.98% -
XYZ 47.62 27.1 34.17 -
YUV 133.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 250 70 156 0 0.72 0.38 0.02 331.33 0.95 0.63
Hex FA 46 9C 0 48 26 2 14B 5F 3F
Octal 372 106 234 0 110 46 2 513 137 77
Binary 11111010 1000110 10011100 0 1001000 100110 10 101001011 1011111 111111

Color Harmonies of #FA469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA469C

Black with #FA469C

Text Example


Text Example

White with #FA469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA469C; }

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

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

background-color css

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

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

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

border-color css

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

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

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