Html Css Color HEX #FC3AD3 Razzle Dazzle Rose

📋 copy color: '#FC3AD3'

red 252 ◦ green 58 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FC3AD3

Tints of Razzle Dazzle Rose #FC3AD3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.13%

 BLUE value IS 211 (82.81% from 255) = 40.5%

R = 48.37%
G = 11.13%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC3AD3 (or 0xFC3AD3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3A and D3. RGB value is (252,58,211). Sum of RGB (Red+Green+Blue) = 252+58+211=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3AD3 is #03C52C. Grayscale: #858585. Windows color (decimal): -247085 or 13843196. OLE color: 13843196.

HSL color Cylindrical-coordinate representation of color #FC3AD3: hue angle of 312.68º 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 #FC3AD3 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 58 211 -
CMYK 0 0.77 0.16 0.01
HSL 312.68º 0.97% 0.61% -
HSV(B) 312.68º 0.77% 0.99% -
XYZ 53.42 28.42 64.3 -
YUV 133.45 171.77 212.56 -
System Red Green Blue C M Y K H S L
Decimal 252 58 211 0 0.77 0.16 0.01 312.68 0.97 0.61
Hex FC 3A D3 0 4D 10 1 139 61 3D
Octal 374 72 323 0 115 20 1 471 141 75
Binary 11111100 111010 11010011 0 1001101 10000 1 100111001 1100001 111101

Color Harmonies of #FC3AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3AD3

Black with #FC3AD3

Text Example


Text Example

White with #FC3AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3AD3; }

 p { color: rgb(252,58,211); }

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

background-color css

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

 a { background-color: rgb(252,58,211); }

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

border-color css

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

 span { border-color: rgb(252,58,211); }

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