Html Css Color HEX #F7145A Razzmatazz

📋 copy color: '#F7145A'

red 247 ◦ green 20 ◦ blue 90

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

Shades of Razzmatazz #F7145A

Tints of Razzmatazz #F7145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.6%

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

R = 69.19%
G = 5.6%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7145A (or 0xF7145A) is known color: Razzmatazz. HEX triplet: F7, 14 and 5A. RGB value is (247,20,90). Sum of RGB (Red+Green+Blue) = 247+20+90=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F7145A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7145A is #08EBA5. Grayscale: #5F5F5F. Windows color (decimal): -584614 or 5903607. OLE color: 5903607.

HSL color Cylindrical-coordinate representation of color #F7145A: hue angle of 341.5º degrees, saturation: 0.93, 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 #F7145A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 20 90 -
CMYK 0 0.92 0.64 0.03
HSL 341.5º 0.93% 0.52% -
HSV(B) 341.5º 0.92% 0.97% -
XYZ 40.45 21.01 11.6 -
YUV 95.85 124.71 235.81 -
System Red Green Blue C M Y K H S L
Decimal 247 20 90 0 0.92 0.64 0.03 341.5 0.93 0.52
Hex F7 14 5A 0 5C 40 3 155 5D 34
Octal 367 24 132 0 134 100 3 525 135 64
Binary 11110111 10100 1011010 0 1011100 1000000 11 101010101 1011101 110100

Color Harmonies of #F7145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7145A

Black with #F7145A

Text Example


Text Example

White with #F7145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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