Html Css Color HEX #FF48C9 Razzle Dazzle Rose

📋 copy color: '#FF48C9'

red 255 ◦ green 72 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FF48C9

Tints of Razzle Dazzle Rose #FF48C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.07%

R = 48.3%
G = 13.64%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF48C9 (or 0xFF48C9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and C9. RGB value is (255,72,201). Sum of RGB (Red+Green+Blue) = 255+72+201=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48C9 is #00B736. Grayscale: #8D8D8D. Windows color (decimal): -46903 or 13191423. OLE color: 13191423.

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

Color convert

RGB 255 72 201 -
CMYK 0 0.72 0.21 0
HSL 317.7º 1% 0.64% -
HSV(B) 317.7º 0.72% 1% -
XYZ 54.1 30.11 58.22 -
YUV 141.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 255 72 201 0 0.72 0.21 0 317.7 1 0.64
Hex FF 48 C9 0 48 15 0 13E 64 40
Octal 377 110 311 0 110 25 0 476 144 100
Binary 11111111 1001000 11001001 0 1001000 10101 0 100111110 1100100 1000000

Color Harmonies of #FF48C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48C9

Black with #FF48C9

Text Example


Text Example

White with #FF48C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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