Html Css Color HEX #FC065A Razzmatazz

📋 copy color: '#FC065A'

red 252 ◦ green 6 ◦ blue 90

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

Shades of Razzmatazz #FC065A

Tints of Razzmatazz #FC065A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 72.41%
G = 1.72%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC065A (or 0xFC065A) is known color: Razzmatazz. HEX triplet: FC, 06 and 5A. RGB value is (252,6,90). Sum of RGB (Red+Green+Blue) = 252+6+90=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC065A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC065A is #03F9A5. Grayscale: #595959. Windows color (decimal): -260518 or 5900028. OLE color: 5900028.

HSL color Cylindrical-coordinate representation of color #FC065A: hue angle of 339.51º 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 #FC065A is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 6 90 -
CMYK 0 0.98 0.64 0.01
HSL 339.51º 0.98% 0.51% -
HSV(B) 339.51º 0.98% 0.99% -
XYZ 42.06 21.56 11.62 -
YUV 89.13 128.5 244.17 -
System Red Green Blue C M Y K H S L
Decimal 252 6 90 0 0.98 0.64 0.01 339.51 0.98 0.51
Hex FC 6 5A 0 62 40 1 154 62 33
Octal 374 6 132 0 142 100 1 524 142 63
Binary 11111100 110 1011010 0 1100010 1000000 1 101010100 1100010 110011

Color Harmonies of #FC065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC065A

Black with #FC065A

Text Example


Text Example

White with #FC065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC065A; }

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

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

background-color css

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

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

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

border-color css

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

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

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