Html Css Color HEX #FA30DB Razzle Dazzle Rose

📋 copy color: '#FA30DB'

red 250 ◦ green 48 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FA30DB

Tints of Razzle Dazzle Rose #FA30DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 48.36%
G = 9.28%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA30DB (or 0xFA30DB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 30 and DB. RGB value is (250,48,219). Sum of RGB (Red+Green+Blue) = 250+48+219=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 48 (19.14% from 255 or 9.28% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA30DB is #05CF24. Grayscale: #7F7F7F. Windows color (decimal): -380709 or 14364922. OLE color: 14364922.

HSL color Cylindrical-coordinate representation of color #FA30DB: hue angle of 309.21º 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 #FA30DB is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 48 219 -
CMYK 0 0.81 0.12 0.02
HSL 309.21º 0.95% 0.58% -
HSV(B) 309.21º 0.81% 0.98% -
XYZ 53.27 27.55 69.53 -
YUV 127.89 179.42 215.1 -
System Red Green Blue C M Y K H S L
Decimal 250 48 219 0 0.81 0.12 0.02 309.21 0.95 0.58
Hex FA 30 DB 0 51 C 2 135 5F 3A
Octal 372 60 333 0 121 14 2 465 137 72
Binary 11111010 110000 11011011 0 1010001 1100 10 100110101 1011111 111010

Color Harmonies of #FA30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA30DB

Black with #FA30DB

Text Example


Text Example

White with #FA30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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