Html Css Color HEX #FA29D4 Razzle Dazzle Rose

📋 copy color: '#FA29D4'

red 250 ◦ green 41 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FA29D4

Tints of Razzle Dazzle Rose #FA29D4

RGB

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

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

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

R = 49.7%
G = 8.15%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA29D4 (or 0xFA29D4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and D4. RGB value is (250,41,212). Sum of RGB (Red+Green+Blue) = 250+41+212=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29D4 is #05D62B. Grayscale: #7A7A7A. Windows color (decimal): -382508 or 13904378. OLE color: 13904378.

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

Color convert

RGB 250 41 212 -
CMYK 0 0.84 0.15 0.02
HSL 310.91º 0.95% 0.57% -
HSV(B) 310.91º 0.84% 0.98% -
XYZ 52.1 26.66 64.69 -
YUV 122.99 178.24 218.6 -
System Red Green Blue C M Y K H S L
Decimal 250 41 212 0 0.84 0.15 0.02 310.91 0.95 0.57
Hex FA 29 D4 0 54 F 2 137 5F 39
Octal 372 51 324 0 124 17 2 467 137 71
Binary 11111010 101001 11010100 0 1010100 1111 10 100110111 1011111 111001

Color Harmonies of #FA29D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29D4

Black with #FA29D4

Text Example


Text Example

White with #FA29D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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