Html Css Color HEX #FD30A6 Persian Rose

📋 copy color: '#FD30A6'

red 253 ◦ green 48 ◦ blue 166

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

Shades of Persian Rose #FD30A6

Tints of Persian Rose #FD30A6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.28%

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

R = 54.18%
G = 10.28%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD30A6 (or 0xFD30A6) is known color: Persian Rose. HEX triplet: FD, 30 and A6. RGB value is (253,48,166). Sum of RGB (Red+Green+Blue) = 253+48+166=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD30A6 is #02CF59. Grayscale: #7A7A7A. Windows color (decimal): -184154 or 10891517. OLE color: 10891517.

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

Color convert

RGB 253 48 166 -
CMYK 0 0.81 0.34 0.01
HSL 325.46º 0.98% 0.59% -
HSV(B) 325.46º 0.81% 0.99% -
XYZ 48.45 25.75 38.49 -
YUV 122.75 152.42 220.91 -
System Red Green Blue C M Y K H S L
Decimal 253 48 166 0 0.81 0.34 0.01 325.46 0.98 0.59
Hex FD 30 A6 0 51 22 1 145 62 3B
Octal 375 60 246 0 121 42 1 505 142 73
Binary 11111101 110000 10100110 0 1010001 100010 1 101000101 1100010 111011

Color Harmonies of #FD30A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD30A6

Black with #FD30A6

Text Example


Text Example

White with #FD30A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD30A6; }

 p { color: rgb(253,48,166); }

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

background-color css

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

 a { background-color: rgb(253,48,166); }

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

border-color css

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

 span { border-color: rgb(253,48,166); }

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