Html Css Color HEX #FF35AF Persian Rose

📋 copy color: '#FF35AF'

red 255 ◦ green 53 ◦ blue 175

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

Shades of Persian Rose #FF35AF

Tints of Persian Rose #FF35AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 52.8%
G = 10.97%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF35AF (or 0xFF35AF) is known color: Persian Rose. HEX triplet: FF, 35 and AF. RGB value is (255,53,175). Sum of RGB (Red+Green+Blue) = 255+53+175=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF35AF is #00CA50. Grayscale: #7F7F7F. Windows color (decimal): -51793 or 11482623. OLE color: 11482623.

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

Color convert

RGB 255 53 175 -
CMYK 0 0.79 0.31 0
HSL 323.76º 1% 0.6% -
HSV(B) 323.76º 0.79% 1% -
XYZ 50.25 26.9 43.1 -
YUV 127.31 154.92 219.08 -
System Red Green Blue C M Y K H S L
Decimal 255 53 175 0 0.79 0.31 0 323.76 1 0.6
Hex FF 35 AF 0 4F 1F 0 144 64 3C
Octal 377 65 257 0 117 37 0 504 144 74
Binary 11111111 110101 10101111 0 1001111 11111 0 101000100 1100100 111100

Color Harmonies of #FF35AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF35AF

Black with #FF35AF

Text Example


Text Example

White with #FF35AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF35AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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