Html Css Color HEX #FA34AA Persian Rose

📋 copy color: '#FA34AA'

red 250 ◦ green 52 ◦ blue 170

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

Shades of Persian Rose #FA34AA

Tints of Persian Rose #FA34AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

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

R = 52.97%
G = 11.02%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA34AA (or 0xFA34AA) is known color: Persian Rose. HEX triplet: FA, 34 and AA. RGB value is (250,52,170). Sum of RGB (Red+Green+Blue) = 250+52+170=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA34AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA34AA is #05CB55. Grayscale: #7C7C7C. Windows color (decimal): -379734 or 11154682. OLE color: 11154682.

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

Color convert

RGB 250 52 170 -
CMYK 0 0.79 0.32 0.02
HSL 324.24º 0.95% 0.59% -
HSV(B) 324.24º 0.79% 0.98% -
XYZ 47.91 25.68 40.46 -
YUV 124.65 153.6 217.41 -
System Red Green Blue C M Y K H S L
Decimal 250 52 170 0 0.79 0.32 0.02 324.24 0.95 0.59
Hex FA 34 AA 0 4F 20 2 144 5F 3B
Octal 372 64 252 0 117 40 2 504 137 73
Binary 11111010 110100 10101010 0 1001111 100000 10 101000100 1011111 111011

Color Harmonies of #FA34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA34AA

Black with #FA34AA

Text Example


Text Example

White with #FA34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA34AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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