Html Css Color HEX #FA48C0 Razzle Dazzle Rose

📋 copy color: '#FA48C0'

red 250 ◦ green 72 ◦ blue 192

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

Shades of Razzle Dazzle Rose #FA48C0

Tints of Razzle Dazzle Rose #FA48C0

RGB

 RED value IS 250 (98.05% from 255) = 48.64%

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

 BLUE value IS 192 (75.39% from 255) = 37.35%

R = 48.64%
G = 14.01%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA48C0 (or 0xFA48C0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 48 and C0. RGB value is (250,72,192). Sum of RGB (Red+Green+Blue) = 250+72+192=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA48C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA48C0 is #05B73F. Grayscale: #8A8A8A. Windows color (decimal): -374592 or 12601594. OLE color: 12601594.

HSL color Cylindrical-coordinate representation of color #FA48C0: hue angle of 319.55º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA48C0 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 72 192 -
CMYK 0 0.71 0.23 0.02
HSL 319.55º 0.95% 0.63% -
HSV(B) 319.55º 0.71% 0.98% -
XYZ 51.26 28.76 52.72 -
YUV 138.9 157.97 207.24 -
System Red Green Blue C M Y K H S L
Decimal 250 72 192 0 0.71 0.23 0.02 319.55 0.95 0.63
Hex FA 48 C0 0 47 17 2 140 5F 3F
Octal 372 110 300 0 107 27 2 500 137 77
Binary 11111010 1001000 11000000 0 1000111 10111 10 101000000 1011111 111111

Color Harmonies of #FA48C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA48C0

Black with #FA48C0

Text Example


Text Example

White with #FA48C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA48C0; }

 p { color: rgb(250,72,192); }

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

background-color css

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

 a { background-color: rgb(250,72,192); }

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

border-color css

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

 span { border-color: rgb(250,72,192); }

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