Html Css Color HEX #FA37D4 Razzle Dazzle Rose

📋 copy color: '#FA37D4'

red 250 ◦ green 55 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FA37D4

Tints of Razzle Dazzle Rose #FA37D4

RGB

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

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

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

R = 48.36%
G = 10.64%
B = 41.01%

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

#FA37D4 (or 0xFA37D4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 37 and D4. RGB value is (250,55,212). Sum of RGB (Red+Green+Blue) = 250+55+212=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 55 (21.88% from 255 or 10.64% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA37D4 is #05C82B. Grayscale: #828282. Windows color (decimal): -378924 or 13907962. OLE color: 13907962.

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

Color convert

RGB 250 55 212 -
CMYK 0 0.78 0.15 0.02
HSL 311.69º 0.95% 0.6% -
HSV(B) 311.69º 0.78% 0.98% -
XYZ 52.67 27.81 64.88 -
YUV 131.2 173.6 212.73 -
System Red Green Blue C M Y K H S L
Decimal 250 55 212 0 0.78 0.15 0.02 311.69 0.95 0.6
Hex FA 37 D4 0 4E F 2 138 5F 3C
Octal 372 67 324 0 116 17 2 470 137 74
Binary 11111010 110111 11010100 0 1001110 1111 10 100111000 1011111 111100

Color Harmonies of #FA37D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA37D4

Black with #FA37D4

Text Example


Text Example

White with #FA37D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA37D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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