Html Css Color HEX #FA46D4 Razzle Dazzle Rose

📋 copy color: '#FA46D4'

red 250 ◦ green 70 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FA46D4

Tints of Razzle Dazzle Rose #FA46D4

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.16%

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

R = 46.99%
G = 13.16%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA46D4 (or 0xFA46D4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 46 and D4. RGB value is (250,70,212). Sum of RGB (Red+Green+Blue) = 250+70+212=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 70 (27.73% from 255 or 13.16% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA46D4 is #05B92B. Grayscale: #8B8B8B. Windows color (decimal): -375084 or 13911802. OLE color: 13911802.

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

Color convert

RGB 250 70 212 -
CMYK 0 0.72 0.15 0.02
HSL 312.67º 0.95% 0.63% -
HSV(B) 312.67º 0.72% 0.98% -
XYZ 53.5 29.46 65.15 -
YUV 140.01 168.63 206.45 -
System Red Green Blue C M Y K H S L
Decimal 250 70 212 0 0.72 0.15 0.02 312.67 0.95 0.63
Hex FA 46 D4 0 48 F 2 139 5F 3F
Octal 372 106 324 0 110 17 2 471 137 77
Binary 11111010 1000110 11010100 0 1001000 1111 10 100111001 1011111 111111

Color Harmonies of #FA46D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA46D4

Black with #FA46D4

Text Example


Text Example

White with #FA46D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA46D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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