Html Css Color HEX #FA37BC Razzle Dazzle Rose

📋 copy color: '#FA37BC'

red 250 ◦ green 55 ◦ blue 188

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

Shades of Razzle Dazzle Rose #FA37BC

Tints of Razzle Dazzle Rose #FA37BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 50.71%
G = 11.16%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA37BC (or 0xFA37BC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 37 and BC. RGB value is (250,55,188). Sum of RGB (Red+Green+Blue) = 250+55+188=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA37BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA37BC is #05C843. Grayscale: #808080. Windows color (decimal): -378948 or 12335098. OLE color: 12335098.

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

Color convert

RGB 250 55 188 -
CMYK 0 0.78 0.25 0.02
HSL 319.08º 0.95% 0.6% -
HSV(B) 319.08º 0.78% 0.98% -
XYZ 49.87 26.69 50.1 -
YUV 128.47 161.6 214.69 -
System Red Green Blue C M Y K H S L
Decimal 250 55 188 0 0.78 0.25 0.02 319.08 0.95 0.6
Hex FA 37 BC 0 4E 19 2 13F 5F 3C
Octal 372 67 274 0 116 31 2 477 137 74
Binary 11111010 110111 10111100 0 1001110 11001 10 100111111 1011111 111100

Color Harmonies of #FA37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA37BC

Black with #FA37BC

Text Example


Text Example

White with #FA37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA37BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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