Html Css Color HEX #FA42E5 Razzle Dazzle Rose

📋 copy color: '#FA42E5'

red 250 ◦ green 66 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FA42E5

Tints of Razzle Dazzle Rose #FA42E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.02%

R = 45.87%
G = 12.11%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA42E5 (or 0xFA42E5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and E5. RGB value is (250,66,229). Sum of RGB (Red+Green+Blue) = 250+66+229=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42E5 is #05BD1A. Grayscale: #8B8B8B. Windows color (decimal): -376091 or 15024890. OLE color: 15024890.

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

Color convert

RGB 250 66 229 -
CMYK 0 0.74 0.08 0.02
HSL 306.85º 0.95% 0.62% -
HSV(B) 306.85º 0.74% 0.98% -
XYZ 55.52 29.88 76.97 -
YUV 139.6 178.46 206.75 -
System Red Green Blue C M Y K H S L
Decimal 250 66 229 0 0.74 0.08 0.02 306.85 0.95 0.62
Hex FA 42 E5 0 4A 8 2 133 5F 3E
Octal 372 102 345 0 112 10 2 463 137 76
Binary 11111010 1000010 11100101 0 1001010 1000 10 100110011 1011111 111110

Color Harmonies of #FA42E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42E5

Black with #FA42E5

Text Example


Text Example

White with #FA42E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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