Html Css Color HEX #F7085A Razzmatazz

📋 copy color: '#F7085A'

red 247 ◦ green 8 ◦ blue 90

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

Shades of Razzmatazz #F7085A

Tints of Razzmatazz #F7085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.32%

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

R = 71.59%
G = 2.32%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7085A (or 0xF7085A) is known color: Razzmatazz. HEX triplet: F7, 08 and 5A. RGB value is (247,8,90). Sum of RGB (Red+Green+Blue) = 247+8+90=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F7085A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7085A is #08F7A5. Grayscale: #585858. Windows color (decimal): -587686 or 5900535. OLE color: 5900535.

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

Color convert

RGB 247 8 90 -
CMYK 0 0.97 0.64 0.03
HSL 339.41º 0.94% 0.5% -
HSV(B) 339.41º 0.97% 0.97% -
XYZ 40.29 20.69 11.54 -
YUV 88.81 128.68 240.83 -
System Red Green Blue C M Y K H S L
Decimal 247 8 90 0 0.97 0.64 0.03 339.41 0.94 0.5
Hex F7 8 5A 0 61 40 3 153 5E 32
Octal 367 10 132 0 141 100 3 523 136 62
Binary 11110111 1000 1011010 0 1100001 1000000 11 101010011 1011110 110010

Color Harmonies of #F7085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7085A

Black with #F7085A

Text Example


Text Example

White with #F7085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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