Html Css Color HEX #FF34AA Persian Rose

📋 copy color: '#FF34AA'

red 255 ◦ green 52 ◦ blue 170

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

Shades of Persian Rose #FF34AA

Tints of Persian Rose #FF34AA

RGB

 RED value IS 255 (100% from 255) = 53.46%

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

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

R = 53.46%
G = 10.9%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF34AA (or 0xFF34AA) is known color: Persian Rose. HEX triplet: FF, 34 and AA. RGB value is (255,52,170). Sum of RGB (Red+Green+Blue) = 255+52+170=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF34AA is #00CB55. Grayscale: #7D7D7D. Windows color (decimal): -52054 or 11154687. OLE color: 11154687.

HSL color Cylindrical-coordinate representation of color #FF34AA: hue angle of 325.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF34AA is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 52 170 -
CMYK 0 0.80 0.33 0
HSL 325.12º 1% 0.6% -
HSV(B) 325.12º 0.8% 1% -
XYZ 49.72 26.62 40.55 -
YUV 126.15 152.75 219.91 -
System Red Green Blue C M Y K H S L
Decimal 255 52 170 0 0.80 0.33 0 325.12 1 0.6
Hex FF 34 AA 0 50 21 0 145 64 3C
Octal 377 64 252 0 120 41 0 505 144 74
Binary 11111111 110100 10101010 0 1010000 100001 0 101000101 1100100 111100

Color Harmonies of #FF34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF34AA

Black with #FF34AA

Text Example


Text Example

White with #FF34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF34AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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