Html Css Color HEX #FF48BF Razzle Dazzle Rose

📋 copy color: '#FF48BF'

red 255 ◦ green 72 ◦ blue 191

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

Shades of Razzle Dazzle Rose #FF48BF

Tints of Razzle Dazzle Rose #FF48BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.87%

R = 49.23%
G = 13.9%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF48BF (or 0xFF48BF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and BF. RGB value is (255,72,191). Sum of RGB (Red+Green+Blue) = 255+72+191=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48BF is #00B740. Grayscale: #8B8B8B. Windows color (decimal): -46913 or 12536063. OLE color: 12536063.

HSL color Cylindrical-coordinate representation of color #FF48BF: hue angle of 320.98º 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 #FF48BF is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 72 191 -
CMYK 0 0.72 0.25 0
HSL 320.98º 1% 0.64% -
HSV(B) 320.98º 0.72% 1% -
XYZ 52.96 29.66 52.22 -
YUV 140.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 255 72 191 0 0.72 0.25 0 320.98 1 0.64
Hex FF 48 BF 0 48 19 0 141 64 40
Octal 377 110 277 0 110 31 0 501 144 100
Binary 11111111 1001000 10111111 0 1001000 11001 0 101000001 1100100 1000000

Color Harmonies of #FF48BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48BF

Black with #FF48BF

Text Example


Text Example

White with #FF48BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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