Html Css Color HEX #FA47E2 Razzle Dazzle Rose

📋 copy color: '#FA47E2'

red 250 ◦ green 71 ◦ blue 226

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

Shades of Razzle Dazzle Rose #FA47E2

Tints of Razzle Dazzle Rose #FA47E2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.98%

 BLUE value IS 226 (88.67% from 255) = 41.32%

R = 45.7%
G = 12.98%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA47E2 (or 0xFA47E2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 47 and E2. RGB value is (250,71,226). Sum of RGB (Red+Green+Blue) = 250+71+226=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 71 (28.12% from 255 or 12.98% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA47E2 is #05B81D. Grayscale: #8D8D8D. Windows color (decimal): -374814 or 14829562. OLE color: 14829562.

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

Color convert

RGB 250 71 226 -
CMYK 0 0.72 0.10 0.02
HSL 308.04º 0.95% 0.63% -
HSV(B) 308.04º 0.72% 0.98% -
XYZ 55.41 30.32 74.88 -
YUV 142.19 175.3 204.9 -
System Red Green Blue C M Y K H S L
Decimal 250 71 226 0 0.72 0.10 0.02 308.04 0.95 0.63
Hex FA 47 E2 0 48 A 2 134 5F 3F
Octal 372 107 342 0 110 12 2 464 137 77
Binary 11111010 1000111 11100010 0 1001000 1010 10 100110100 1011111 111111

Color Harmonies of #FA47E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA47E2

Black with #FA47E2

Text Example


Text Example

White with #FA47E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA47E2; }

 p { color: rgb(250,71,226); }

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

background-color css

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

 a { background-color: rgb(250,71,226); }

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

border-color css

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

 span { border-color: rgb(250,71,226); }

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