Html Css Color HEX #FF35AA Persian Rose

📋 copy color: '#FF35AA'

red 255 ◦ green 53 ◦ blue 170

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

Shades of Persian Rose #FF35AA

Tints of Persian Rose #FF35AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.09%

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 53.35%
G = 11.09%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF35AA (or 0xFF35AA) is known color: Persian Rose. HEX triplet: FF, 35 and AA. RGB value is (255,53,170). Sum of RGB (Red+Green+Blue) = 255+53+170=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF35AA is #00CA55. Grayscale: #7E7E7E. Windows color (decimal): -51798 or 11154943. OLE color: 11154943.

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

Color convert

RGB 255 53 170 -
CMYK 0 0.79 0.33 0
HSL 325.25º 1% 0.6% -
HSV(B) 325.25º 0.79% 1% -
XYZ 49.77 26.71 40.56 -
YUV 126.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 255 53 170 0 0.79 0.33 0 325.25 1 0.6
Hex FF 35 AA 0 4F 21 0 145 64 3C
Octal 377 65 252 0 117 41 0 505 144 74
Binary 11111111 110101 10101010 0 1001111 100001 0 101000101 1100100 111100

Color Harmonies of #FF35AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF35AA

Black with #FF35AA

Text Example


Text Example

White with #FF35AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF35AA; }

 p { color: rgb(255,53,170); }

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

background-color css

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

 a { background-color: rgb(255,53,170); }

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

border-color css

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

 span { border-color: rgb(255,53,170); }

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