Html Css Color HEX #FF21A5 Persian Rose

📋 copy color: '#FF21A5'

red 255 ◦ green 33 ◦ blue 165

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

Shades of Persian Rose #FF21A5

Tints of Persian Rose #FF21A5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.28%

 BLUE value IS 165 (64.84% from 255) = 36.42%

R = 56.29%
G = 7.28%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF21A5 (or 0xFF21A5) is known color: Persian Rose. HEX triplet: FF, 21 and A5. RGB value is (255,33,165). Sum of RGB (Red+Green+Blue) = 255+33+165=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF21A5 is #00DE5A. Grayscale: #727272. Windows color (decimal): -56923 or 10822143. OLE color: 10822143.

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

Color convert

RGB 255 33 165 -
CMYK 0 0.87 0.35 0
HSL 324.32º 1% 0.56% -
HSV(B) 324.32º 0.87% 1% -
XYZ 48.58 25.06 37.88 -
YUV 114.43 156.55 228.27 -
System Red Green Blue C M Y K H S L
Decimal 255 33 165 0 0.87 0.35 0 324.32 1 0.56
Hex FF 21 A5 0 57 23 0 144 64 38
Octal 377 41 245 0 127 43 0 504 144 70
Binary 11111111 100001 10100101 0 1010111 100011 0 101000100 1100100 111000

Color Harmonies of #FF21A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF21A5

Black with #FF21A5

Text Example


Text Example

White with #FF21A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF21A5; }

 p { color: rgb(255,33,165); }

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

background-color css

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

 a { background-color: rgb(255,33,165); }

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

border-color css

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

 span { border-color: rgb(255,33,165); }

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