Html Css Color HEX #FA37D9 Razzle Dazzle Rose

📋 copy color: '#FA37D9'

red 250 ◦ green 55 ◦ blue 217

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

Shades of Razzle Dazzle Rose #FA37D9

Tints of Razzle Dazzle Rose #FA37D9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.54%

 BLUE value IS 217 (85.16% from 255) = 41.57%

R = 47.89%
G = 10.54%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA37D9 (or 0xFA37D9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 37 and D9. RGB value is (250,55,217). Sum of RGB (Red+Green+Blue) = 250+55+217=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 55 (21.88% from 255 or 10.54% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA37D9 is #05C826. Grayscale: #838383. Windows color (decimal): -378919 or 14235642. OLE color: 14235642.

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

Color convert

RGB 250 55 217 -
CMYK 0 0.78 0.13 0.02
HSL 310.15º 0.95% 0.6% -
HSV(B) 310.15º 0.78% 0.98% -
XYZ 53.31 28.07 68.25 -
YUV 131.77 176.1 212.33 -
System Red Green Blue C M Y K H S L
Decimal 250 55 217 0 0.78 0.13 0.02 310.15 0.95 0.6
Hex FA 37 D9 0 4E D 2 136 5F 3C
Octal 372 67 331 0 116 15 2 466 137 74
Binary 11111010 110111 11011001 0 1001110 1101 10 100110110 1011111 111100

Color Harmonies of #FA37D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA37D9

Black with #FA37D9

Text Example


Text Example

White with #FA37D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA37D9; }

 p { color: rgb(250,55,217); }

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

background-color css

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

 a { background-color: rgb(250,55,217); }

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

border-color css

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

 span { border-color: rgb(250,55,217); }

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