Html Css Color HEX #FA40D4 Razzle Dazzle Rose

📋 copy color: '#FA40D4'

red 250 ◦ green 64 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FA40D4

Tints of Razzle Dazzle Rose #FA40D4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.17%

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

R = 47.53%
G = 12.17%
B = 40.3%

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

#FA40D4 (or 0xFA40D4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and D4. RGB value is (250,64,212). Sum of RGB (Red+Green+Blue) = 250+64+212=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40D4 is #05BF2B. Grayscale: #888888. Windows color (decimal): -376620 or 13910266. OLE color: 13910266.

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

Color convert

RGB 250 64 212 -
CMYK 0 0.74 0.15 0.02
HSL 312.26º 0.95% 0.62% -
HSV(B) 312.26º 0.74% 0.98% -
XYZ 53.14 28.74 65.03 -
YUV 136.49 170.62 208.97 -
System Red Green Blue C M Y K H S L
Decimal 250 64 212 0 0.74 0.15 0.02 312.26 0.95 0.62
Hex FA 40 D4 0 4A F 2 138 5F 3E
Octal 372 100 324 0 112 17 2 470 137 76
Binary 11111010 1000000 11010100 0 1001010 1111 10 100111000 1011111 111110

Color Harmonies of #FA40D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA40D4

Black with #FA40D4

Text Example


Text Example

White with #FA40D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA40D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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