Html Css Color HEX #FA0C6C Razzmatazz

📋 copy color: '#FA0C6C'

red 250 ◦ green 12 ◦ blue 108

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

Shades of Razzmatazz #FA0C6C

Tints of Razzmatazz #FA0C6C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.24%

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 67.57%
G = 3.24%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA0C6C (or 0xFA0C6C) is known color: Razzmatazz. HEX triplet: FA, 0C and 6C. RGB value is (250,12,108). Sum of RGB (Red+Green+Blue) = 250+12+108=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0C6C is #05F393. Grayscale: #5D5D5D. Windows color (decimal): -390036 or 7081210. OLE color: 7081210.

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

Color convert

RGB 250 12 108 -
CMYK 0 0.95 0.57 0.02
HSL 335.8º 0.96% 0.51% -
HSV(B) 335.8º 0.95% 0.98% -
XYZ 42.26 21.67 16.14 -
YUV 94.11 135.85 239.19 -
System Red Green Blue C M Y K H S L
Decimal 250 12 108 0 0.95 0.57 0.02 335.8 0.96 0.51
Hex FA C 6C 0 5F 39 2 150 60 33
Octal 372 14 154 0 137 71 2 520 140 63
Binary 11111010 1100 1101100 0 1011111 111001 10 101010000 1100000 110011

Color Harmonies of #FA0C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C6C

Black with #FA0C6C

Text Example


Text Example

White with #FA0C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C6C; }

 p { color: rgb(250,12,108); }

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

background-color css

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

 a { background-color: rgb(250,12,108); }

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

border-color css

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

 span { border-color: rgb(250,12,108); }

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