Html Css Color HEX #FD34A8 Persian Rose

📋 copy color: '#FD34A8'

red 253 ◦ green 52 ◦ blue 168

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

Shades of Persian Rose #FD34A8

Tints of Persian Rose #FD34A8

RGB

 RED value IS 253 (99.22% from 255) = 53.49%

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

 BLUE value IS 168 (66.02% from 255) = 35.52%

R = 53.49%
G = 10.99%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD34A8 (or 0xFD34A8) is known color: Persian Rose. HEX triplet: FD, 34 and A8. RGB value is (253,52,168). Sum of RGB (Red+Green+Blue) = 253+52+168=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD34A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD34A8 is #02CB57. Grayscale: #7D7D7D. Windows color (decimal): -183128 or 11023613. OLE color: 11023613.

HSL color Cylindrical-coordinate representation of color #FD34A8: hue angle of 325.37º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD34A8 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 52 168 -
CMYK 0 0.79 0.34 0.01
HSL 325.37º 0.98% 0.6% -
HSV(B) 325.37º 0.79% 0.99% -
XYZ 48.8 26.17 39.52 -
YUV 125.32 152.09 219.07 -
System Red Green Blue C M Y K H S L
Decimal 253 52 168 0 0.79 0.34 0.01 325.37 0.98 0.6
Hex FD 34 A8 0 4F 22 1 145 62 3C
Octal 375 64 250 0 117 42 1 505 142 74
Binary 11111101 110100 10101000 0 1001111 100010 1 101000101 1100010 111100

Color Harmonies of #FD34A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD34A8

Black with #FD34A8

Text Example


Text Example

White with #FD34A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD34A8; }

 p { color: rgb(253,52,168); }

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

background-color css

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

 a { background-color: rgb(253,52,168); }

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

border-color css

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

 span { border-color: rgb(253,52,168); }

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