Html Css Color HEX #FF2CA5 Persian Rose

📋 copy color: '#FF2CA5'

red 255 ◦ green 44 ◦ blue 165

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

Shades of Persian Rose #FF2CA5

Tints of Persian Rose #FF2CA5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.48%

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

R = 54.96%
G = 9.48%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF2CA5 (or 0xFF2CA5) is known color: Persian Rose. HEX triplet: FF, 2C and A5. RGB value is (255,44,165). Sum of RGB (Red+Green+Blue) = 255+44+165=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2CA5 is #00D35A. Grayscale: #787878. Windows color (decimal): -54107 or 10824959. OLE color: 10824959.

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

Color convert

RGB 255 44 165 -
CMYK 0 0.83 0.35 0
HSL 325.59º 1% 0.59% -
HSV(B) 325.59º 0.83% 1% -
XYZ 48.93 25.78 37.99 -
YUV 120.88 152.9 223.66 -
System Red Green Blue C M Y K H S L
Decimal 255 44 165 0 0.83 0.35 0 325.59 1 0.59
Hex FF 2C A5 0 53 23 0 146 64 3B
Octal 377 54 245 0 123 43 0 506 144 73
Binary 11111111 101100 10100101 0 1010011 100011 0 101000110 1100100 111011

Color Harmonies of #FF2CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2CA5

Black with #FF2CA5

Text Example


Text Example

White with #FF2CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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