Html Css Color HEX #FA37C2 Razzle Dazzle Rose

📋 copy color: '#FA37C2'

red 250 ◦ green 55 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FA37C2

Tints of Razzle Dazzle Rose #FA37C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.88%

R = 50.1%
G = 11.02%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA37C2 (or 0xFA37C2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 37 and C2. RGB value is (250,55,194). Sum of RGB (Red+Green+Blue) = 250+55+194=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA37C2 is #05C83D. Grayscale: #808080. Windows color (decimal): -378942 or 12728314. OLE color: 12728314.

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

Color convert

RGB 250 55 194 -
CMYK 0 0.78 0.22 0.02
HSL 317.23º 0.95% 0.6% -
HSV(B) 317.23º 0.78% 0.98% -
XYZ 50.53 26.95 53.58 -
YUV 129.15 164.6 214.2 -
System Red Green Blue C M Y K H S L
Decimal 250 55 194 0 0.78 0.22 0.02 317.23 0.95 0.6
Hex FA 37 C2 0 4E 16 2 13D 5F 3C
Octal 372 67 302 0 116 26 2 475 137 74
Binary 11111010 110111 11000010 0 1001110 10110 10 100111101 1011111 111100

Color Harmonies of #FA37C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA37C2

Black with #FA37C2

Text Example


Text Example

White with #FA37C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA37C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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