Html Css Color HEX #F8134F Razzmatazz

📋 copy color: '#F8134F'

red 248 ◦ green 19 ◦ blue 79

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

Shades of Razzmatazz #F8134F

Tints of Razzmatazz #F8134F

RGB

 RED value IS 248 (97.27% from 255) = 71.68%

 GREEN value IS 19 (7.81% from 255) = 5.49%

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 71.68%
G = 5.49%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8134F (or 0xF8134F) is known color: Razzmatazz. HEX triplet: F8, 13 and 4F. RGB value is (248,19,79). Sum of RGB (Red+Green+Blue) = 248+19+79=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8134F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8134F is #07ECB0. Grayscale: #5E5E5E. Windows color (decimal): -519345 or 5182456. OLE color: 5182456.

HSL color Cylindrical-coordinate representation of color #F8134F: hue angle of 344.28º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8134F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 19 79 -
CMYK 0 0.92 0.68 0.03
HSL 344.28º 0.94% 0.52% -
HSV(B) 344.28º 0.92% 0.97% -
XYZ 40.36 20.99 9.32 -
YUV 94.31 119.37 237.62 -
System Red Green Blue C M Y K H S L
Decimal 248 19 79 0 0.92 0.68 0.03 344.28 0.94 0.52
Hex F8 13 4F 0 5C 44 3 158 5E 34
Octal 370 23 117 0 134 104 3 530 136 64
Binary 11111000 10011 1001111 0 1011100 1000100 11 101011000 1011110 110100

Color Harmonies of #F8134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8134F

Black with #F8134F

Text Example


Text Example

White with #F8134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8134F; }

 p { color: rgb(248,19,79); }

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

background-color css

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

 a { background-color: rgb(248,19,79); }

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

border-color css

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

 span { border-color: rgb(248,19,79); }

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