Html Css Color HEX #FF35B1 Persian Rose

📋 copy color: '#FF35B1'

red 255 ◦ green 53 ◦ blue 177

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

Shades of Persian Rose #FF35B1

Tints of Persian Rose #FF35B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.49%

R = 52.58%
G = 10.93%
B = 36.49%

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

#FF35B1 (or 0xFF35B1) is known color: Persian Rose. HEX triplet: FF, 35 and B1. RGB value is (255,53,177). Sum of RGB (Red+Green+Blue) = 255+53+177=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF35B1 is #00CA4E. Grayscale: #7F7F7F. Windows color (decimal): -51791 or 11613695. OLE color: 11613695.

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

Color convert

RGB 255 53 177 -
CMYK 0 0.79 0.31 0
HSL 323.17º 1% 0.6% -
HSV(B) 323.17º 0.79% 1% -
XYZ 50.45 26.98 44.14 -
YUV 127.53 155.92 218.92 -
System Red Green Blue C M Y K H S L
Decimal 255 53 177 0 0.79 0.31 0 323.17 1 0.6
Hex FF 35 B1 0 4F 1F 0 143 64 3C
Octal 377 65 261 0 117 37 0 503 144 74
Binary 11111111 110101 10110001 0 1001111 11111 0 101000011 1100100 111100

Color Harmonies of #FF35B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF35B1

Black with #FF35B1

Text Example


Text Example

White with #FF35B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF35B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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