Html Css Color HEX #FA42D5 Razzle Dazzle Rose

📋 copy color: '#FA42D5'

red 250 ◦ green 66 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FA42D5

Tints of Razzle Dazzle Rose #FA42D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 47.26%
G = 12.48%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA42D5 (or 0xFA42D5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and D5. RGB value is (250,66,213). Sum of RGB (Red+Green+Blue) = 250+66+213=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 66 (26.17% from 255 or 12.48% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42D5 is #05BD2A. Grayscale: #898989. Windows color (decimal): -376107 or 13976314. OLE color: 13976314.

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

Color convert

RGB 250 66 213 -
CMYK 0 0.74 0.15 0.02
HSL 312.07º 0.95% 0.62% -
HSV(B) 312.07º 0.74% 0.98% -
XYZ 53.38 29.02 65.74 -
YUV 137.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 250 66 213 0 0.74 0.15 0.02 312.07 0.95 0.62
Hex FA 42 D5 0 4A F 2 138 5F 3E
Octal 372 102 325 0 112 17 2 470 137 76
Binary 11111010 1000010 11010101 0 1001010 1111 10 100111000 1011111 111110

Color Harmonies of #FA42D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42D5

Black with #FA42D5

Text Example


Text Example

White with #FA42D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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