Html Css Color HEX #F7005B Razzmatazz

📋 copy color: '#F7005B'

red 247 ◦ green 0 ◦ blue 91

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

Shades of Razzmatazz #F7005B

Tints of Razzmatazz #F7005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 73.08%
G = 0%
B = 26.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7005B (or 0xF7005B) is known color: Razzmatazz. HEX triplet: F7, 00 and 5B. RGB value is (247,0,91). Sum of RGB (Red+Green+Blue) = 247+0+91=338 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.08% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 247 - color contains mainly: red. Hex color #F7005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7005B is #08FFA4. Grayscale: #545454. Windows color (decimal): -589733 or 5964023. OLE color: 5964023.

HSL color Cylindrical-coordinate representation of color #F7005B: hue angle of 337.89º 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 #F7005B is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 0 91 -
CMYK 0 1 0.63 0.03
HSL 337.89º 1% 0.48% -
HSV(B) 337.89º 1% 0.97% -
XYZ 40.25 20.53 11.74 -
YUV 84.23 131.83 244.1 -
System Red Green Blue C M Y K H S L
Decimal 247 0 91 0 1 0.63 0.03 337.89 1 0.48
Hex F7 0 5B 0 64 3F 3 152 64 30
Octal 367 0 133 0 144 77 3 522 144 60
Binary 11110111 0 1011011 0 1100100 111111 11 101010010 1100100 110000

Color Harmonies of #F7005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7005B

Black with #F7005B

Text Example


Text Example

White with #F7005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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