Html Css Color HEX #FA36D5 Razzle Dazzle Rose

📋 copy color: '#FA36D5'

red 250 ◦ green 54 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FA36D5

Tints of Razzle Dazzle Rose #FA36D5

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.44%

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 48.36%
G = 10.44%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA36D5 (or 0xFA36D5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 36 and D5. RGB value is (250,54,213). Sum of RGB (Red+Green+Blue) = 250+54+213=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 54 (21.48% from 255 or 10.44% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA36D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA36D5 is #05C92A. Grayscale: #828282. Windows color (decimal): -379179 or 13973242. OLE color: 13973242.

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

Color convert

RGB 250 54 213 -
CMYK 0 0.78 0.15 0.02
HSL 311.33º 0.95% 0.6% -
HSV(B) 311.33º 0.78% 0.98% -
XYZ 52.75 27.77 65.53 -
YUV 130.73 174.43 213.07 -
System Red Green Blue C M Y K H S L
Decimal 250 54 213 0 0.78 0.15 0.02 311.33 0.95 0.6
Hex FA 36 D5 0 4E F 2 137 5F 3C
Octal 372 66 325 0 116 17 2 467 137 74
Binary 11111010 110110 11010101 0 1001110 1111 10 100110111 1011111 111100

Color Harmonies of #FA36D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA36D5

Black with #FA36D5

Text Example


Text Example

White with #FA36D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA36D5; }

 p { color: rgb(250,54,213); }

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

background-color css

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

 a { background-color: rgb(250,54,213); }

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

border-color css

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

 span { border-color: rgb(250,54,213); }

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