Html Css Color HEX #FA34AC Persian Rose

📋 copy color: '#FA34AC'

red 250 ◦ green 52 ◦ blue 172

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

Shades of Persian Rose #FA34AC

Tints of Persian Rose #FA34AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 52.74%
G = 10.97%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA34AC (or 0xFA34AC) is known color: Persian Rose. HEX triplet: FA, 34 and AC. RGB value is (250,52,172). Sum of RGB (Red+Green+Blue) = 250+52+172=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA34AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA34AC is #05CB53. Grayscale: #7C7C7C. Windows color (decimal): -379732 or 11285754. OLE color: 11285754.

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

Color convert

RGB 250 52 172 -
CMYK 0 0.79 0.31 0.02
HSL 323.64º 0.95% 0.59% -
HSV(B) 323.64º 0.79% 0.98% -
XYZ 48.1 25.76 41.47 -
YUV 124.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 250 52 172 0 0.79 0.31 0.02 323.64 0.95 0.59
Hex FA 34 AC 0 4F 1F 2 144 5F 3B
Octal 372 64 254 0 117 37 2 504 137 73
Binary 11111010 110100 10101100 0 1001111 11111 10 101000100 1011111 111011

Color Harmonies of #FA34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA34AC

Black with #FA34AC

Text Example


Text Example

White with #FA34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA34AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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