Html Css Color HEX #FA4CAA Brilliant Rose

📋 copy color: '#FA4CAA'

red 250 ◦ green 76 ◦ blue 170

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

Shades of Brilliant Rose #FA4CAA

Tints of Brilliant Rose #FA4CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.32%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 50.4%
G = 15.32%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA4CAA (or 0xFA4CAA) is known color: Brilliant Rose. HEX triplet: FA, 4C and AA. RGB value is (250,76,170). Sum of RGB (Red+Green+Blue) = 250+76+170=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4CAA is #05B355. Grayscale: #8A8A8A. Windows color (decimal): -373590 or 11160826. OLE color: 11160826.

HSL color Cylindrical-coordinate representation of color #FA4CAA: hue angle of 327.59º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4CAA is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 76 170 -
CMYK 0 0.70 0.32 0.02
HSL 327.59º 0.95% 0.64% -
HSV(B) 327.59º 0.7% 0.98% -
XYZ 49.26 28.4 40.91 -
YUV 138.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 250 76 170 0 0.70 0.32 0.02 327.59 0.95 0.64
Hex FA 4C AA 0 46 20 2 148 5F 40
Octal 372 114 252 0 106 40 2 510 137 100
Binary 11111010 1001100 10101010 0 1000110 100000 10 101001000 1011111 1000000

Color Harmonies of #FA4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4CAA

Black with #FA4CAA

Text Example


Text Example

White with #FA4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4CAA; }

 p { color: rgb(250,76,170); }

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

background-color css

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

 a { background-color: rgb(250,76,170); }

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

border-color css

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

 span { border-color: rgb(250,76,170); }

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