Html Css Color HEX #FF3EB1 Persian Rose

📋 copy color: '#FF3EB1'

red 255 ◦ green 62 ◦ blue 177

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

Shades of Persian Rose #FF3EB1

Tints of Persian Rose #FF3EB1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.55%

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

R = 51.62%
G = 12.55%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF3EB1 (or 0xFF3EB1) is known color: Persian Rose. HEX triplet: FF, 3E and B1. RGB value is (255,62,177). Sum of RGB (Red+Green+Blue) = 255+62+177=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3EB1 is #00C14E. Grayscale: #848484. Windows color (decimal): -49487 or 11615999. OLE color: 11615999.

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

Color convert

RGB 255 62 177 -
CMYK 0 0.76 0.31 0
HSL 324.25º 1% 0.62% -
HSV(B) 324.25º 0.76% 1% -
XYZ 50.9 27.88 44.29 -
YUV 132.82 152.94 215.15 -
System Red Green Blue C M Y K H S L
Decimal 255 62 177 0 0.76 0.31 0 324.25 1 0.62
Hex FF 3E B1 0 4C 1F 0 144 64 3E
Octal 377 76 261 0 114 37 0 504 144 76
Binary 11111111 111110 10110001 0 1001100 11111 0 101000100 1100100 111110

Color Harmonies of #FF3EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3EB1

Black with #FF3EB1

Text Example


Text Example

White with #FF3EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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