Html Css Color HEX #FC065C Razzmatazz

📋 copy color: '#FC065C'

red 252 ◦ green 6 ◦ blue 92

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

Shades of Razzmatazz #FC065C

Tints of Razzmatazz #FC065C

RGB

 RED value IS 252 (98.83% from 255) = 72%

 GREEN value IS 6 (2.73% from 255) = 1.71%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 72%
G = 1.71%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC065C (or 0xFC065C) is known color: Razzmatazz. HEX triplet: FC, 06 and 5C. RGB value is (252,6,92). Sum of RGB (Red+Green+Blue) = 252+6+92=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC065C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC065C is #03F9A3. Grayscale: #595959. Windows color (decimal): -260516 or 6031100. OLE color: 6031100.

HSL color Cylindrical-coordinate representation of color #FC065C: hue angle of 339.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC065C is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 6 92 -
CMYK 0 0.98 0.63 0.01
HSL 339.02º 0.98% 0.51% -
HSV(B) 339.02º 0.98% 0.99% -
XYZ 42.14 21.6 12.07 -
YUV 89.36 129.5 244.01 -
System Red Green Blue C M Y K H S L
Decimal 252 6 92 0 0.98 0.63 0.01 339.02 0.98 0.51
Hex FC 6 5C 0 62 3F 1 153 62 33
Octal 374 6 134 0 142 77 1 523 142 63
Binary 11111100 110 1011100 0 1100010 111111 1 101010011 1100010 110011

Color Harmonies of #FC065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC065C

Black with #FC065C

Text Example


Text Example

White with #FC065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC065C; }

 p { color: rgb(252,6,92); }

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

background-color css

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

 a { background-color: rgb(252,6,92); }

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

border-color css

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

 span { border-color: rgb(252,6,92); }

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