Html Css Color HEX #FA4CC2 Razzle Dazzle Rose

📋 copy color: '#FA4CC2'

red 250 ◦ green 76 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FA4CC2

Tints of Razzle Dazzle Rose #FA4CC2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.62%

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 48.08%
G = 14.62%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA4CC2 (or 0xFA4CC2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4C and C2. RGB value is (250,76,194). Sum of RGB (Red+Green+Blue) = 250+76+194=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4CC2 is #05B33D. Grayscale: #8D8D8D. Windows color (decimal): -373566 or 12733690. OLE color: 12733690.

HSL color Cylindrical-coordinate representation of color #FA4CC2: hue angle of 319.31º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4CC2 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 76 194 -
CMYK 0 0.70 0.22 0.02
HSL 319.31º 0.95% 0.64% -
HSV(B) 319.31º 0.7% 0.98% -
XYZ 51.75 29.39 53.98 -
YUV 141.48 157.65 205.41 -
System Red Green Blue C M Y K H S L
Decimal 250 76 194 0 0.70 0.22 0.02 319.31 0.95 0.64
Hex FA 4C C2 0 46 16 2 13F 5F 40
Octal 372 114 302 0 106 26 2 477 137 100
Binary 11111010 1001100 11000010 0 1000110 10110 10 100111111 1011111 1000000

Color Harmonies of #FA4CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4CC2

Black with #FA4CC2

Text Example


Text Example

White with #FA4CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4CC2; }

 p { color: rgb(250,76,194); }

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

background-color css

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

 a { background-color: rgb(250,76,194); }

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

border-color css

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

 span { border-color: rgb(250,76,194); }

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