Html Css Color HEX #FA30D9 Razzle Dazzle Rose

📋 copy color: '#FA30D9'

red 250 ◦ green 48 ◦ blue 217

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

Shades of Razzle Dazzle Rose #FA30D9

Tints of Razzle Dazzle Rose #FA30D9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.32%

 BLUE value IS 217 (85.16% from 255) = 42.14%

R = 48.54%
G = 9.32%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA30D9 (or 0xFA30D9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 30 and D9. RGB value is (250,48,217). Sum of RGB (Red+Green+Blue) = 250+48+217=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 48 (19.14% from 255 or 9.32% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA30D9 is #05CF26. Grayscale: #7F7F7F. Windows color (decimal): -380711 or 14233850. OLE color: 14233850.

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

Color convert

RGB 250 48 217 -
CMYK 0 0.81 0.13 0.02
HSL 309.8º 0.95% 0.58% -
HSV(B) 309.8º 0.81% 0.98% -
XYZ 53.01 27.45 68.15 -
YUV 127.66 178.42 215.26 -
System Red Green Blue C M Y K H S L
Decimal 250 48 217 0 0.81 0.13 0.02 309.8 0.95 0.58
Hex FA 30 D9 0 51 D 2 136 5F 3A
Octal 372 60 331 0 121 15 2 466 137 72
Binary 11111010 110000 11011001 0 1010001 1101 10 100110110 1011111 111010

Color Harmonies of #FA30D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA30D9

Black with #FA30D9

Text Example


Text Example

White with #FA30D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA30D9; }

 p { color: rgb(250,48,217); }

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

background-color css

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

 a { background-color: rgb(250,48,217); }

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

border-color css

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

 span { border-color: rgb(250,48,217); }

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