Html Css Color HEX #FF35A6 Persian Rose

📋 copy color: '#FF35A6'

red 255 ◦ green 53 ◦ blue 166

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

Shades of Persian Rose #FF35A6

Tints of Persian Rose #FF35A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.02%

R = 53.8%
G = 11.18%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF35A6 (or 0xFF35A6) is known color: Persian Rose. HEX triplet: FF, 35 and A6. RGB value is (255,53,166). Sum of RGB (Red+Green+Blue) = 255+53+166=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF35A6 is #00CA59. Grayscale: #7E7E7E. Windows color (decimal): -51802 or 10892799. OLE color: 10892799.

HSL color Cylindrical-coordinate representation of color #FF35A6: hue angle of 326.44º 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 #FF35A6 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 53 166 -
CMYK 0 0.79 0.35 0
HSL 326.44º 1% 0.6% -
HSV(B) 326.44º 0.79% 1% -
XYZ 49.4 26.56 38.6 -
YUV 126.28 150.42 219.81 -
System Red Green Blue C M Y K H S L
Decimal 255 53 166 0 0.79 0.35 0 326.44 1 0.6
Hex FF 35 A6 0 4F 23 0 146 64 3C
Octal 377 65 246 0 117 43 0 506 144 74
Binary 11111111 110101 10100110 0 1001111 100011 0 101000110 1100100 111100

Color Harmonies of #FF35A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF35A6

Black with #FF35A6

Text Example


Text Example

White with #FF35A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF35A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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