Html Css Color HEX #F30863 Razzmatazz

📋 copy color: '#F30863'

red 243 ◦ green 8 ◦ blue 99

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

Shades of Razzmatazz #F30863

Tints of Razzmatazz #F30863

RGB

 RED value IS 243 (95.31% from 255) = 69.43%

 GREEN value IS 8 (3.52% from 255) = 2.29%

 BLUE value IS 99 (39.06% from 255) = 28.29%

R = 69.43%
G = 2.29%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F30863 (or 0xF30863) is known color: Razzmatazz. HEX triplet: F3, 08 and 63. RGB value is (243,8,99). Sum of RGB (Red+Green+Blue) = 243+8+99=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F30863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30863 is #0CF79C. Grayscale: #585858. Windows color (decimal): -849821 or 6490355. OLE color: 6490355.

HSL color Cylindrical-coordinate representation of color #F30863: hue angle of 336.77º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30863 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 8 99 -
CMYK 0 0.97 0.59 0.05
HSL 336.77º 0.94% 0.49% -
HSV(B) 336.77º 0.97% 0.95% -
XYZ 39.3 20.13 13.62 -
YUV 88.64 133.86 238.1 -
System Red Green Blue C M Y K H S L
Decimal 243 8 99 0 0.97 0.59 0.05 336.77 0.94 0.49
Hex F3 8 63 0 61 3B 5 151 5E 31
Octal 363 10 143 0 141 73 5 521 136 61
Binary 11110011 1000 1100011 0 1100001 111011 101 101010001 1011110 110001

Color Harmonies of #F30863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30863

Black with #F30863

Text Example


Text Example

White with #F30863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30863; }

 p { color: rgb(243,8,99); }

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

background-color css

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

 a { background-color: rgb(243,8,99); }

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

border-color css

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

 span { border-color: rgb(243,8,99); }

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