Html Css Color HEX #FD40BB Razzle Dazzle Rose

📋 copy color: '#FD40BB'

red 253 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FD40BB

Tints of Razzle Dazzle Rose #FD40BB

RGB

 RED value IS 253 (99.22% from 255) = 50.2%

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

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 50.2%
G = 12.7%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD40BB (or 0xFD40BB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 40 and BB. RGB value is (253,64,187). Sum of RGB (Red+Green+Blue) = 253+64+187=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD40BB is #02BF44. Grayscale: #868686. Windows color (decimal): -180037 or 12271869. OLE color: 12271869.

HSL color Cylindrical-coordinate representation of color #FD40BB: hue angle of 320.95º degrees, saturation: 0.98, 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 #FD40BB is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 64 187 -
CMYK 0 0.75 0.26 0.01
HSL 320.95º 0.98% 0.62% -
HSV(B) 320.95º 0.75% 0.99% -
XYZ 51.31 28.14 49.74 -
YUV 134.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 253 64 187 0 0.75 0.26 0.01 320.95 0.98 0.62
Hex FD 40 BB 0 4B 1A 1 141 62 3E
Octal 375 100 273 0 113 32 1 501 142 76
Binary 11111101 1000000 10111011 0 1001011 11010 1 101000001 1100010 111110

Color Harmonies of #FD40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD40BB

Black with #FD40BB

Text Example


Text Example

White with #FD40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD40BB; }

 p { color: rgb(253,64,187); }

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

background-color css

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

 a { background-color: rgb(253,64,187); }

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

border-color css

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

 span { border-color: rgb(253,64,187); }

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