Html Css Color HEX #FA4AA4 Brilliant Rose

📋 copy color: '#FA4AA4'

red 250 ◦ green 74 ◦ blue 164

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

Shades of Brilliant Rose #FA4AA4

Tints of Brilliant Rose #FA4AA4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.16%

 BLUE value IS 164 (64.45% from 255) = 33.61%

R = 51.23%
G = 15.16%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA4AA4 (or 0xFA4AA4) is known color: Brilliant Rose. HEX triplet: FA, 4A and A4. RGB value is (250,74,164). Sum of RGB (Red+Green+Blue) = 250+74+164=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4AA4 is #05B55B. Grayscale: #888888. Windows color (decimal): -374108 or 10767098. OLE color: 10767098.

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

Color convert

RGB 250 74 164 -
CMYK 0 0.70 0.34 0.02
HSL 329.32º 0.95% 0.64% -
HSV(B) 329.32º 0.7% 0.98% -
XYZ 48.57 27.9 37.95 -
YUV 136.88 143.31 208.68 -
System Red Green Blue C M Y K H S L
Decimal 250 74 164 0 0.70 0.34 0.02 329.32 0.95 0.64
Hex FA 4A A4 0 46 22 2 149 5F 40
Octal 372 112 244 0 106 42 2 511 137 100
Binary 11111010 1001010 10100100 0 1000110 100010 10 101001001 1011111 1000000

Color Harmonies of #FA4AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4AA4

Black with #FA4AA4

Text Example


Text Example

White with #FA4AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4AA4; }

 p { color: rgb(250,74,164); }

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

background-color css

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

 a { background-color: rgb(250,74,164); }

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

border-color css

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

 span { border-color: rgb(250,74,164); }

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