Html Css Color HEX #FC40BD Razzle Dazzle Rose

📋 copy color: '#FC40BD'

red 252 ◦ green 64 ◦ blue 189

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

Shades of Razzle Dazzle Rose #FC40BD

Tints of Razzle Dazzle Rose #FC40BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.67%

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 49.9%
G = 12.67%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC40BD (or 0xFC40BD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and BD. RGB value is (252,64,189). Sum of RGB (Red+Green+Blue) = 252+64+189=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40BD is #03BF42. Grayscale: #868686. Windows color (decimal): -245571 or 12402940. OLE color: 12402940.

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

Color convert

RGB 252 64 189 -
CMYK 0 0.75 0.25 0.01
HSL 320.11º 0.97% 0.62% -
HSV(B) 320.11º 0.75% 0.99% -
XYZ 51.16 28.04 50.86 -
YUV 134.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 252 64 189 0 0.75 0.25 0.01 320.11 0.97 0.62
Hex FC 40 BD 0 4B 19 1 140 61 3E
Octal 374 100 275 0 113 31 1 500 141 76
Binary 11111100 1000000 10111101 0 1001011 11001 1 101000000 1100001 111110

Color Harmonies of #FC40BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40BD

Black with #FC40BD

Text Example


Text Example

White with #FC40BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40BD; }

 p { color: rgb(252,64,189); }

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

background-color css

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

 a { background-color: rgb(252,64,189); }

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

border-color css

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

 span { border-color: rgb(252,64,189); }

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