Html Css Color HEX #FA42D2 Razzle Dazzle Rose

📋 copy color: '#FA42D2'

red 250 ◦ green 66 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FA42D2

Tints of Razzle Dazzle Rose #FA42D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.92%

R = 47.53%
G = 12.55%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA42D2 (or 0xFA42D2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and D2. RGB value is (250,66,210). Sum of RGB (Red+Green+Blue) = 250+66+210=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 66 (26.17% from 255 or 12.55% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42D2 is #05BD2D. Grayscale: #898989. Windows color (decimal): -376110 or 13779706. OLE color: 13779706.

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

Color convert

RGB 250 66 210 -
CMYK 0 0.74 0.16 0.02
HSL 313.04º 0.95% 0.62% -
HSV(B) 313.04º 0.74% 0.98% -
XYZ 53.01 28.87 63.75 -
YUV 137.43 168.96 208.29 -
System Red Green Blue C M Y K H S L
Decimal 250 66 210 0 0.74 0.16 0.02 313.04 0.95 0.62
Hex FA 42 D2 0 4A 10 2 139 5F 3E
Octal 372 102 322 0 112 20 2 471 137 76
Binary 11111010 1000010 11010010 0 1001010 10000 10 100111001 1011111 111110

Color Harmonies of #FA42D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42D2

Black with #FA42D2

Text Example


Text Example

White with #FA42D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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