Html Css Color HEX #FA40D1 Razzle Dazzle Rose

📋 copy color: '#FA40D1'

red 250 ◦ green 64 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FA40D1

Tints of Razzle Dazzle Rose #FA40D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.96%

R = 47.8%
G = 12.24%
B = 39.96%

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

#FA40D1 (or 0xFA40D1) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and D1. RGB value is (250,64,209). Sum of RGB (Red+Green+Blue) = 250+64+209=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40D1 is #05BF2E. Grayscale: #878787. Windows color (decimal): -376623 or 13713658. OLE color: 13713658.

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

Color convert

RGB 250 64 209 -
CMYK 0 0.74 0.16 0.02
HSL 313.23º 0.95% 0.62% -
HSV(B) 313.23º 0.74% 0.98% -
XYZ 52.77 28.59 63.06 -
YUV 136.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 250 64 209 0 0.74 0.16 0.02 313.23 0.95 0.62
Hex FA 40 D1 0 4A 10 2 139 5F 3E
Octal 372 100 321 0 112 20 2 471 137 76
Binary 11111010 1000000 11010001 0 1001010 10000 10 100111001 1011111 111110

Color Harmonies of #FA40D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA40D1

Black with #FA40D1

Text Example


Text Example

White with #FA40D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA40D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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