Html Css Color HEX #FD3AB3 Persian Rose

📋 copy color: '#FD3AB3'

red 253 ◦ green 58 ◦ blue 179

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

Shades of Persian Rose #FD3AB3

Tints of Persian Rose #FD3AB3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.84%

 BLUE value IS 179 (70.31% from 255) = 36.53%

R = 51.63%
G = 11.84%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FD3AB3 (or 0xFD3AB3) is known color: Persian Rose. HEX triplet: FD, 3A and B3. RGB value is (253,58,179). Sum of RGB (Red+Green+Blue) = 253+58+179=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3AB3 is #02C54C. Grayscale: #818181. Windows color (decimal): -181581 or 11746045. OLE color: 11746045.

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

Color convert

RGB 253 58 179 -
CMYK 0 0.77 0.29 0.01
HSL 322.77º 0.98% 0.61% -
HSV(B) 322.77º 0.77% 0.99% -
XYZ 50.16 27.16 45.25 -
YUV 130.1 155.6 215.66 -
System Red Green Blue C M Y K H S L
Decimal 253 58 179 0 0.77 0.29 0.01 322.77 0.98 0.61
Hex FD 3A B3 0 4D 1D 1 143 62 3D
Octal 375 72 263 0 115 35 1 503 142 75
Binary 11111101 111010 10110011 0 1001101 11101 1 101000011 1100010 111101

Color Harmonies of #FD3AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3AB3

Black with #FD3AB3

Text Example


Text Example

White with #FD3AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3AB3; }

 p { color: rgb(253,58,179); }

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

background-color css

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

 a { background-color: rgb(253,58,179); }

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

border-color css

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

 span { border-color: rgb(253,58,179); }

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