Html Css Color HEX #FF34A6 Persian Rose

📋 copy color: '#FF34A6'

red 255 ◦ green 52 ◦ blue 166

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

Shades of Persian Rose #FF34A6

Tints of Persian Rose #FF34A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 53.91%
G = 10.99%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF34A6 (or 0xFF34A6) is known color: Persian Rose. HEX triplet: FF, 34 and A6. RGB value is (255,52,166). Sum of RGB (Red+Green+Blue) = 255+52+166=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF34A6 is #00CB59. Grayscale: #7D7D7D. Windows color (decimal): -52058 or 10892543. OLE color: 10892543.

HSL color Cylindrical-coordinate representation of color #FF34A6: hue angle of 326.31º 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 #FF34A6 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 52 166 -
CMYK 0 0.80 0.35 0
HSL 326.31º 1% 0.6% -
HSV(B) 326.31º 0.8% 1% -
XYZ 49.35 26.47 38.58 -
YUV 125.69 150.75 220.23 -
System Red Green Blue C M Y K H S L
Decimal 255 52 166 0 0.80 0.35 0 326.31 1 0.6
Hex FF 34 A6 0 50 23 0 146 64 3C
Octal 377 64 246 0 120 43 0 506 144 74
Binary 11111111 110100 10100110 0 1010000 100011 0 101000110 1100100 111100

Color Harmonies of #FF34A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF34A6

Black with #FF34A6

Text Example


Text Example

White with #FF34A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF34A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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