Html Css Color HEX #FF1DA3 Persian Rose

📋 copy color: '#FF1DA3'

red 255 ◦ green 29 ◦ blue 163

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

Shades of Persian Rose #FF1DA3

Tints of Persian Rose #FF1DA3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.49%

 BLUE value IS 163 (64.06% from 255) = 36.47%

R = 57.05%
G = 6.49%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FF1DA3 (or 0xFF1DA3) is known color: Persian Rose. HEX triplet: FF, 1D and A3. RGB value is (255,29,163). Sum of RGB (Red+Green+Blue) = 255+29+163=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1DA3 is #00E25C. Grayscale: #6F6F6F. Windows color (decimal): -57949 or 10690047. OLE color: 10690047.

HSL color Cylindrical-coordinate representation of color #FF1DA3: hue angle of 324.42º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1DA3 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 255 29 163 -
CMYK 0 0.89 0.36 0
HSL 324.42º 1% 0.56% -
HSV(B) 324.42º 0.89% 1% -
XYZ 48.29 24.78 36.89 -
YUV 111.85 156.87 230.1 -
System Red Green Blue C M Y K H S L
Decimal 255 29 163 0 0.89 0.36 0 324.42 1 0.56
Hex FF 1D A3 0 59 24 0 144 64 38
Octal 377 35 243 0 131 44 0 504 144 70
Binary 11111111 11101 10100011 0 1011001 100100 0 101000100 1100100 111000

Color Harmonies of #FF1DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1DA3

Black with #FF1DA3

Text Example


Text Example

White with #FF1DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1DA3; }

 p { color: rgb(255,29,163); }

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

background-color css

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

 a { background-color: rgb(255,29,163); }

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

border-color css

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

 span { border-color: rgb(255,29,163); }

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