Html Css Color HEX #FF48DF Razzle Dazzle Rose

📋 copy color: '#FF48DF'

red 255 ◦ green 72 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FF48DF

Tints of Razzle Dazzle Rose #FF48DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 46.36%
G = 13.09%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF48DF (or 0xFF48DF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and DF. RGB value is (255,72,223). Sum of RGB (Red+Green+Blue) = 255+72+223=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 72 (28.52% from 255 or 13.09% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48DF is #00B720. Grayscale: #8F8F8F. Windows color (decimal): -46881 or 14633215. OLE color: 14633215.

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

Color convert

RGB 255 72 223 -
CMYK 0 0.72 0.13 0
HSL 310.49º 1% 0.64% -
HSV(B) 310.49º 0.72% 1% -
XYZ 56.88 31.22 72.84 -
YUV 143.93 172.63 207.22 -
System Red Green Blue C M Y K H S L
Decimal 255 72 223 0 0.72 0.13 0 310.49 1 0.64
Hex FF 48 DF 0 48 D 0 136 64 40
Octal 377 110 337 0 110 15 0 466 144 100
Binary 11111111 1001000 11011111 0 1001000 1101 0 100110110 1100100 1000000

Color Harmonies of #FF48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48DF

Black with #FF48DF

Text Example


Text Example

White with #FF48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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