Html Css Color HEX #FA29C2 Razzle Dazzle Rose

📋 copy color: '#FA29C2'

red 250 ◦ green 41 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FA29C2

Tints of Razzle Dazzle Rose #FA29C2

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.45%

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

R = 51.55%
G = 8.45%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA29C2 (or 0xFA29C2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and C2. RGB value is (250,41,194). Sum of RGB (Red+Green+Blue) = 250+41+194=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29C2 is #05D63D. Grayscale: #787878. Windows color (decimal): -382526 or 12724730. OLE color: 12724730.

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

Color convert

RGB 250 41 194 -
CMYK 0 0.84 0.22 0.02
HSL 316.08º 0.95% 0.57% -
HSV(B) 316.08º 0.84% 0.98% -
XYZ 49.95 25.8 53.39 -
YUV 120.93 169.24 220.06 -
System Red Green Blue C M Y K H S L
Decimal 250 41 194 0 0.84 0.22 0.02 316.08 0.95 0.57
Hex FA 29 C2 0 54 16 2 13C 5F 39
Octal 372 51 302 0 124 26 2 474 137 71
Binary 11111010 101001 11000010 0 1010100 10110 10 100111100 1011111 111001

Color Harmonies of #FA29C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29C2

Black with #FA29C2

Text Example


Text Example

White with #FA29C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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