Html Css Color HEX #FA29C5 Razzle Dazzle Rose

📋 copy color: '#FA29C5'

red 250 ◦ green 41 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FA29C5

Tints of Razzle Dazzle Rose #FA29C5

RGB

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

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

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

R = 51.23%
G = 8.4%
B = 40.37%

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

#FA29C5 (or 0xFA29C5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and C5. RGB value is (250,41,197). Sum of RGB (Red+Green+Blue) = 250+41+197=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29C5 is #05D63A. Grayscale: #787878. Windows color (decimal): -382523 or 12921338. OLE color: 12921338.

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

Color convert

RGB 250 41 197 -
CMYK 0 0.84 0.21 0.02
HSL 315.22º 0.95% 0.57% -
HSV(B) 315.22º 0.84% 0.98% -
XYZ 50.3 25.94 55.18 -
YUV 121.28 170.74 219.82 -
System Red Green Blue C M Y K H S L
Decimal 250 41 197 0 0.84 0.21 0.02 315.22 0.95 0.57
Hex FA 29 C5 0 54 15 2 13B 5F 39
Octal 372 51 305 0 124 25 2 473 137 71
Binary 11111010 101001 11000101 0 1010100 10101 10 100111011 1011111 111001

Color Harmonies of #FA29C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29C5

Black with #FA29C5

Text Example


Text Example

White with #FA29C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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