Html Css Color HEX #FF3CB1 Persian Rose

📋 copy color: '#FF3CB1'

red 255 ◦ green 60 ◦ blue 177

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

Shades of Persian Rose #FF3CB1

Tints of Persian Rose #FF3CB1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.2%

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

R = 51.83%
G = 12.2%
B = 35.98%

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

#FF3CB1 (or 0xFF3CB1) is known color: Persian Rose. HEX triplet: FF, 3C and B1. RGB value is (255,60,177). Sum of RGB (Red+Green+Blue) = 255+60+177=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3CB1 is #00C34E. Grayscale: #838383. Windows color (decimal): -49999 or 11615487. OLE color: 11615487.

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

Color convert

RGB 255 60 177 -
CMYK 0 0.76 0.31 0
HSL 324º 1% 0.62% -
HSV(B) 324º 0.76% 1% -
XYZ 50.79 27.67 44.26 -
YUV 131.64 153.6 215.99 -
System Red Green Blue C M Y K H S L
Decimal 255 60 177 0 0.76 0.31 0 324 1 0.62
Hex FF 3C B1 0 4C 1F 0 144 64 3E
Octal 377 74 261 0 114 37 0 504 144 76
Binary 11111111 111100 10110001 0 1001100 11111 0 101000100 1100100 111110

Color Harmonies of #FF3CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3CB1

Black with #FF3CB1

Text Example


Text Example

White with #FF3CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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