Html Css Color HEX #FF3CB4 Persian Rose

📋 copy color: '#FF3CB4'

red 255 ◦ green 60 ◦ blue 180

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

Shades of Persian Rose #FF3CB4

Tints of Persian Rose #FF3CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.36%

R = 51.52%
G = 12.12%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF3CB4 (or 0xFF3CB4) is known color: Persian Rose. HEX triplet: FF, 3C and B4. RGB value is (255,60,180). Sum of RGB (Red+Green+Blue) = 255+60+180=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CB4 is #00C34B. Grayscale: #838383. Windows color (decimal): -49996 or 11812095. OLE color: 11812095.

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

Color convert

RGB 255 60 180 -
CMYK 0 0.76 0.29 0
HSL 323.08º 1% 0.62% -
HSV(B) 323.08º 0.76% 1% -
XYZ 51.09 27.79 45.85 -
YUV 131.99 155.1 215.74 -
System Red Green Blue C M Y K H S L
Decimal 255 60 180 0 0.76 0.29 0 323.08 1 0.62
Hex FF 3C B4 0 4C 1D 0 143 64 3E
Octal 377 74 264 0 114 35 0 503 144 76
Binary 11111111 111100 10110100 0 1001100 11101 0 101000011 1100100 111110

Color Harmonies of #FF3CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3CB4

Black with #FF3CB4

Text Example


Text Example

White with #FF3CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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