Html Css Color HEX #F31463 Razzmatazz

📋 copy color: '#F31463'

red 243 ◦ green 20 ◦ blue 99

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

Shades of Razzmatazz #F31463

Tints of Razzmatazz #F31463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.52%

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

R = 67.13%
G = 5.52%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F31463 (or 0xF31463) is known color: Razzmatazz. HEX triplet: F3, 14 and 63. RGB value is (243,20,99). Sum of RGB (Red+Green+Blue) = 243+20+99=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F31463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31463 is #0CEB9C. Grayscale: #5F5F5F. Windows color (decimal): -846749 or 6493427. OLE color: 6493427.

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

Color convert

RGB 243 20 99 -
CMYK 0 0.92 0.59 0.05
HSL 338.74º 0.9% 0.52% -
HSV(B) 338.74º 0.92% 0.95% -
XYZ 39.46 20.46 13.67 -
YUV 95.68 129.88 233.08 -
System Red Green Blue C M Y K H S L
Decimal 243 20 99 0 0.92 0.59 0.05 338.74 0.9 0.52
Hex F3 14 63 0 5C 3B 5 153 5A 34
Octal 363 24 143 0 134 73 5 523 132 64
Binary 11110011 10100 1100011 0 1011100 111011 101 101010011 1011010 110100

Color Harmonies of #F31463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31463

Black with #F31463

Text Example


Text Example

White with #F31463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31463; }

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

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

background-color css

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

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

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

border-color css

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

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

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