Html Css Color HEX #FF48BB Razzle Dazzle Rose

📋 copy color: '#FF48BB'

red 255 ◦ green 72 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FF48BB

Tints of Razzle Dazzle Rose #FF48BB

RGB

 RED value IS 255 (100% from 255) = 49.61%

 GREEN value IS 72 (28.52% from 255) = 14.01%

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

R = 49.61%
G = 14.01%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF48BB (or 0xFF48BB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and BB. RGB value is (255,72,187). Sum of RGB (Red+Green+Blue) = 255+72+187=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48BB is #00B744. Grayscale: #8B8B8B. Windows color (decimal): -46917 or 12273919. OLE color: 12273919.

HSL color Cylindrical-coordinate representation of color #FF48BB: hue angle of 322.3º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF48BB is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 72 187 -
CMYK 0 0.72 0.27 0
HSL 322.3º 1% 0.64% -
HSV(B) 322.3º 0.72% 1% -
XYZ 52.53 29.48 49.94 -
YUV 139.83 154.63 210.15 -
System Red Green Blue C M Y K H S L
Decimal 255 72 187 0 0.72 0.27 0 322.3 1 0.64
Hex FF 48 BB 0 48 1B 0 142 64 40
Octal 377 110 273 0 110 33 0 502 144 100
Binary 11111111 1001000 10111011 0 1001000 11011 0 101000010 1100100 1000000

Color Harmonies of #FF48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48BB

Black with #FF48BB

Text Example


Text Example

White with #FF48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48BB; }

 p { color: rgb(255,72,187); }

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

background-color css

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

 a { background-color: rgb(255,72,187); }

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

border-color css

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

 span { border-color: rgb(255,72,187); }

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