Html Css Color HEX #F7024C Razzmatazz

📋 copy color: '#F7024C'

red 247 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #F7024C

Tints of Razzmatazz #F7024C

RGB

 RED value IS 247 (96.88% from 255) = 76%

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 76%
G = 0.62%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7024C (or 0xF7024C) is known color: Razzmatazz. HEX triplet: F7, 02 and 4C. RGB value is (247,2,76). Sum of RGB (Red+Green+Blue) = 247+2+76=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7024C is #08FDB3. Grayscale: #535353. Windows color (decimal): -589236 or 4981495. OLE color: 4981495.

HSL color Cylindrical-coordinate representation of color #F7024C: hue angle of 341.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7024C is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 2 76 -
CMYK 0 0.99 0.69 0.03
HSL 341.88º 0.98% 0.49% -
HSV(B) 341.88º 0.99% 0.97% -
XYZ 39.68 20.34 8.67 -
YUV 83.69 123.67 244.48 -
System Red Green Blue C M Y K H S L
Decimal 247 2 76 0 0.99 0.69 0.03 341.88 0.98 0.49
Hex F7 2 4C 0 63 45 3 156 62 31
Octal 367 2 114 0 143 105 3 526 142 61
Binary 11110111 10 1001100 0 1100011 1000101 11 101010110 1100010 110001

Color Harmonies of #F7024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7024C

Black with #F7024C

Text Example


Text Example

White with #F7024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7024C; }

 p { color: rgb(247,2,76); }

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

background-color css

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

 a { background-color: rgb(247,2,76); }

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

border-color css

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

 span { border-color: rgb(247,2,76); }

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