Html Css Color HEX #FF3CB2 Persian Rose

📋 copy color: '#FF3CB2'

red 255 ◦ green 60 ◦ blue 178

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

Shades of Persian Rose #FF3CB2

Tints of Persian Rose #FF3CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 51.72%
G = 12.17%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF3CB2 (or 0xFF3CB2) is known color: Persian Rose. HEX triplet: FF, 3C and B2. RGB value is (255,60,178). Sum of RGB (Red+Green+Blue) = 255+60+178=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3CB2 is #00C34D. Grayscale: #838383. Windows color (decimal): -49998 or 11681023. OLE color: 11681023.

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

Color convert

RGB 255 60 178 -
CMYK 0 0.76 0.30 0
HSL 323.69º 1% 0.62% -
HSV(B) 323.69º 0.76% 1% -
XYZ 50.89 27.71 44.79 -
YUV 131.76 154.1 215.91 -
System Red Green Blue C M Y K H S L
Decimal 255 60 178 0 0.76 0.30 0 323.69 1 0.62
Hex FF 3C B2 0 4C 1E 0 144 64 3E
Octal 377 74 262 0 114 36 0 504 144 76
Binary 11111111 111100 10110010 0 1001100 11110 0 101000100 1100100 111110

Color Harmonies of #FF3CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3CB2

Black with #FF3CB2

Text Example


Text Example

White with #FF3CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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