Html Css Color HEX #FA4DD1 Razzle Dazzle Rose

📋 copy color: '#FA4DD1'

red 250 ◦ green 77 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FA4DD1

Tints of Razzle Dazzle Rose #FA4DD1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.37%

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

R = 46.64%
G = 14.37%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA4DD1 (or 0xFA4DD1) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4D and D1. RGB value is (250,77,209). Sum of RGB (Red+Green+Blue) = 250+77+209=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DD1 is #05B22E. Grayscale: #8F8F8F. Windows color (decimal): -373295 or 13716986. OLE color: 13716986.

HSL color Cylindrical-coordinate representation of color #FA4DD1: hue angle of 314.22º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DD1 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 77 209 -
CMYK 0 0.69 0.16 0.02
HSL 314.22º 0.95% 0.64% -
HSV(B) 314.22º 0.69% 0.98% -
XYZ 53.59 30.24 63.33 -
YUV 143.78 164.81 203.77 -
System Red Green Blue C M Y K H S L
Decimal 250 77 209 0 0.69 0.16 0.02 314.22 0.95 0.64
Hex FA 4D D1 0 45 10 2 13A 5F 40
Octal 372 115 321 0 105 20 2 472 137 100
Binary 11111010 1001101 11010001 0 1000101 10000 10 100111010 1011111 1000000

Color Harmonies of #FA4DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4DD1

Black with #FA4DD1

Text Example


Text Example

White with #FA4DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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