Html Css Color HEX #F7005A Razzmatazz

📋 copy color: '#F7005A'

red 247 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #F7005A

Tints of Razzmatazz #F7005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.29%
G = 0%
B = 26.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7005A (or 0xF7005A) is known color: Razzmatazz. HEX triplet: F7, 00 and 5A. RGB value is (247,0,90). Sum of RGB (Red+Green+Blue) = 247+0+90=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F7005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7005A is #08FFA5. Grayscale: #545454. Windows color (decimal): -589734 or 5898487. OLE color: 5898487.

HSL color Cylindrical-coordinate representation of color #F7005A: hue angle of 338.14º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7005A is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 0 90 -
CMYK 0 1 0.64 0.03
HSL 338.14º 1% 0.48% -
HSV(B) 338.14º 1% 0.97% -
XYZ 40.2 20.51 11.51 -
YUV 84.11 131.33 244.18 -
System Red Green Blue C M Y K H S L
Decimal 247 0 90 0 1 0.64 0.03 338.14 1 0.48
Hex F7 0 5A 0 64 40 3 152 64 30
Octal 367 0 132 0 144 100 3 522 144 60
Binary 11110111 0 1011010 0 1100100 1000000 11 101010010 1100100 110000

Color Harmonies of #F7005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7005A

Black with #F7005A

Text Example


Text Example

White with #F7005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7005A; }

 p { color: rgb(247,0,90); }

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

background-color css

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

 a { background-color: rgb(247,0,90); }

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

border-color css

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

 span { border-color: rgb(247,0,90); }

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