Html Css Color HEX #FC38B2 Persian Rose

📋 copy color: '#FC38B2'

red 252 ◦ green 56 ◦ blue 178

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

Shades of Persian Rose #FC38B2

Tints of Persian Rose #FC38B2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.52%

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

R = 51.85%
G = 11.52%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC38B2 (or 0xFC38B2) is known color: Persian Rose. HEX triplet: FC, 38 and B2. RGB value is (252,56,178). Sum of RGB (Red+Green+Blue) = 252+56+178=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC38B2 is #03C74D. Grayscale: #808080. Windows color (decimal): -247630 or 11679996. OLE color: 11679996.

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

Color convert

RGB 252 56 178 -
CMYK 0 0.78 0.29 0.01
HSL 322.65º 0.97% 0.6% -
HSV(B) 322.65º 0.78% 0.99% -
XYZ 49.59 26.74 44.67 -
YUV 128.51 155.93 216.08 -
System Red Green Blue C M Y K H S L
Decimal 252 56 178 0 0.78 0.29 0.01 322.65 0.97 0.6
Hex FC 38 B2 0 4E 1D 1 143 61 3C
Octal 374 70 262 0 116 35 1 503 141 74
Binary 11111100 111000 10110010 0 1001110 11101 1 101000011 1100001 111100

Color Harmonies of #FC38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38B2

Black with #FC38B2

Text Example


Text Example

White with #FC38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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