Html Css Color HEX #FA42D9 Razzle Dazzle Rose

📋 copy color: '#FA42D9'

red 250 ◦ green 66 ◦ blue 217

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

Shades of Razzle Dazzle Rose #FA42D9

Tints of Razzle Dazzle Rose #FA42D9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.38%

 BLUE value IS 217 (85.16% from 255) = 40.71%

R = 46.9%
G = 12.38%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA42D9 (or 0xFA42D9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and D9. RGB value is (250,66,217). Sum of RGB (Red+Green+Blue) = 250+66+217=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 66 (26.17% from 255 or 12.38% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42D9 is #05BD26. Grayscale: #898989. Windows color (decimal): -376103 or 14238458. OLE color: 14238458.

HSL color Cylindrical-coordinate representation of color #FA42D9: hue angle of 310.76º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA42D9 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 66 217 -
CMYK 0 0.74 0.13 0.02
HSL 310.76º 0.95% 0.62% -
HSV(B) 310.76º 0.74% 0.98% -
XYZ 53.9 29.23 68.45 -
YUV 138.23 172.46 207.72 -
System Red Green Blue C M Y K H S L
Decimal 250 66 217 0 0.74 0.13 0.02 310.76 0.95 0.62
Hex FA 42 D9 0 4A D 2 137 5F 3E
Octal 372 102 331 0 112 15 2 467 137 76
Binary 11111010 1000010 11011001 0 1001010 1101 10 100110111 1011111 111110

Color Harmonies of #FA42D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42D9

Black with #FA42D9

Text Example


Text Example

White with #FA42D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42D9; }

 p { color: rgb(250,66,217); }

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

background-color css

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

 a { background-color: rgb(250,66,217); }

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

border-color css

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

 span { border-color: rgb(250,66,217); }

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