Html Css Color HEX #FA28C5 Razzle Dazzle Rose

📋 copy color: '#FA28C5'

red 250 ◦ green 40 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FA28C5

Tints of Razzle Dazzle Rose #FA28C5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.21%

 BLUE value IS 197 (77.34% from 255) = 40.45%

R = 51.33%
G = 8.21%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA28C5 (or 0xFA28C5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 28 and C5. RGB value is (250,40,197). Sum of RGB (Red+Green+Blue) = 250+40+197=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28C5 is #05D73A. Grayscale: #787878. Windows color (decimal): -382779 or 12921082. OLE color: 12921082.

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

Color convert

RGB 250 40 197 -
CMYK 0 0.84 0.21 0.02
HSL 315.14º 0.95% 0.57% -
HSV(B) 315.14º 0.84% 0.98% -
XYZ 50.26 25.87 55.17 -
YUV 120.69 171.07 220.23 -
System Red Green Blue C M Y K H S L
Decimal 250 40 197 0 0.84 0.21 0.02 315.14 0.95 0.57
Hex FA 28 C5 0 54 15 2 13B 5F 39
Octal 372 50 305 0 124 25 2 473 137 71
Binary 11111010 101000 11000101 0 1010100 10101 10 100111011 1011111 111001

Color Harmonies of #FA28C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA28C5

Black with #FA28C5

Text Example


Text Example

White with #FA28C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA28C5; }

 p { color: rgb(250,40,197); }

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

background-color css

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

 a { background-color: rgb(250,40,197); }

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

border-color css

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

 span { border-color: rgb(250,40,197); }

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