Html Css Color HEX #FC39B2 Persian Rose

📋 copy color: '#FC39B2'

red 252 ◦ green 57 ◦ blue 178

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

Shades of Persian Rose #FC39B2

Tints of Persian Rose #FC39B2

RGB

 RED value IS 252 (98.83% from 255) = 51.75%

 GREEN value IS 57 (22.66% from 255) = 11.7%

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

R = 51.75%
G = 11.7%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC39B2 (or 0xFC39B2) is known color: Persian Rose. HEX triplet: FC, 39 and B2. RGB value is (252,57,178). Sum of RGB (Red+Green+Blue) = 252+57+178=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC39B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC39B2 is #03C64D. Grayscale: #808080. Windows color (decimal): -247374 or 11680252. OLE color: 11680252.

HSL color Cylindrical-coordinate representation of color #FC39B2: hue angle of 322.77º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC39B2 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 57 178 -
CMYK 0 0.77 0.29 0.01
HSL 322.77º 0.97% 0.61% -
HSV(B) 322.77º 0.77% 0.99% -
XYZ 49.64 26.84 44.68 -
YUV 129.1 155.6 215.66 -
System Red Green Blue C M Y K H S L
Decimal 252 57 178 0 0.77 0.29 0.01 322.77 0.97 0.61
Hex FC 39 B2 0 4D 1D 1 143 61 3D
Octal 374 71 262 0 115 35 1 503 141 75
Binary 11111100 111001 10110010 0 1001101 11101 1 101000011 1100001 111101

Color Harmonies of #FC39B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC39B2

Black with #FC39B2

Text Example


Text Example

White with #FC39B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC39B2; }

 p { color: rgb(252,57,178); }

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

background-color css

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

 a { background-color: rgb(252,57,178); }

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

border-color css

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

 span { border-color: rgb(252,57,178); }

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