Html Css Color HEX #FA30BA Razzle Dazzle Rose

📋 copy color: '#FA30BA'

red 250 ◦ green 48 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FA30BA

Tints of Razzle Dazzle Rose #FA30BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 51.65%
G = 9.92%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA30BA (or 0xFA30BA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 30 and BA. RGB value is (250,48,186). Sum of RGB (Red+Green+Blue) = 250+48+186=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA30BA is #05CF45. Grayscale: #7B7B7B. Windows color (decimal): -380742 or 12202234. OLE color: 12202234.

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

Color convert

RGB 250 48 186 -
CMYK 0 0.81 0.26 0.02
HSL 319.01º 0.95% 0.58% -
HSV(B) 319.01º 0.81% 0.98% -
XYZ 49.34 25.98 48.87 -
YUV 124.13 162.92 217.78 -
System Red Green Blue C M Y K H S L
Decimal 250 48 186 0 0.81 0.26 0.02 319.01 0.95 0.58
Hex FA 30 BA 0 51 1A 2 13F 5F 3A
Octal 372 60 272 0 121 32 2 477 137 72
Binary 11111010 110000 10111010 0 1010001 11010 10 100111111 1011111 111010

Color Harmonies of #FA30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA30BA

Black with #FA30BA

Text Example


Text Example

White with #FA30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA30BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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