Html Css Color HEX #FA30D4 Razzle Dazzle Rose

📋 copy color: '#FA30D4'

red 250 ◦ green 48 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FA30D4

Tints of Razzle Dazzle Rose #FA30D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.57%

R = 49.02%
G = 9.41%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA30D4 (or 0xFA30D4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 30 and D4. RGB value is (250,48,212). Sum of RGB (Red+Green+Blue) = 250+48+212=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 48 (19.14% from 255 or 9.41% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA30D4 is #05CF2B. Grayscale: #7E7E7E. Windows color (decimal): -380716 or 13906170. OLE color: 13906170.

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

Color convert

RGB 250 48 212 -
CMYK 0 0.81 0.15 0.02
HSL 311.29º 0.95% 0.58% -
HSV(B) 311.29º 0.81% 0.98% -
XYZ 52.36 27.19 64.78 -
YUV 127.09 175.92 215.66 -
System Red Green Blue C M Y K H S L
Decimal 250 48 212 0 0.81 0.15 0.02 311.29 0.95 0.58
Hex FA 30 D4 0 51 F 2 137 5F 3A
Octal 372 60 324 0 121 17 2 467 137 72
Binary 11111010 110000 11010100 0 1010001 1111 10 100110111 1011111 111010

Color Harmonies of #FA30D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA30D4

Black with #FA30D4

Text Example


Text Example

White with #FA30D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA30D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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