Html Css Color HEX #FA30BB Razzle Dazzle Rose

📋 copy color: '#FA30BB'

red 250 ◦ green 48 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FA30BB

Tints of Razzle Dazzle Rose #FA30BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.56%

R = 51.55%
G = 9.9%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA30BB (or 0xFA30BB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 30 and BB. RGB value is (250,48,187). Sum of RGB (Red+Green+Blue) = 250+48+187=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA30BB is #05CF44. Grayscale: #7B7B7B. Windows color (decimal): -380741 or 12267770. OLE color: 12267770.

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

Color convert

RGB 250 48 187 -
CMYK 0 0.81 0.25 0.02
HSL 318.71º 0.95% 0.58% -
HSV(B) 318.71º 0.81% 0.98% -
XYZ 49.45 26.03 49.43 -
YUV 124.24 163.42 217.7 -
System Red Green Blue C M Y K H S L
Decimal 250 48 187 0 0.81 0.25 0.02 318.71 0.95 0.58
Hex FA 30 BB 0 51 19 2 13F 5F 3A
Octal 372 60 273 0 121 31 2 477 137 72
Binary 11111010 110000 10111011 0 1010001 11001 10 100111111 1011111 111010

Color Harmonies of #FA30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA30BB

Black with #FA30BB

Text Example


Text Example

White with #FA30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA30BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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