Html Css Color HEX #F0074B Razzmatazz

📋 copy color: '#F0074B'

red 240 ◦ green 7 ◦ blue 75

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

Shades of Razzmatazz #F0074B

Tints of Razzmatazz #F0074B

RGB

 RED value IS 240 (94.14% from 255) = 74.53%

 GREEN value IS 7 (3.13% from 255) = 2.17%

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 74.53%
G = 2.17%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0074B (or 0xF0074B) is known color: Razzmatazz. HEX triplet: F0, 07 and 4B. RGB value is (240,7,75). Sum of RGB (Red+Green+Blue) = 240+7+75=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F0074B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0074B is #0FF8B4. Grayscale: #545454. Windows color (decimal): -1046709 or 4917232. OLE color: 4917232.

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

Color convert

RGB 240 7 75 -
CMYK 0 0.97 0.69 0.06
HSL 342.49º 0.94% 0.48% -
HSV(B) 342.49º 0.97% 0.94% -
XYZ 37.28 19.19 8.39 -
YUV 84.42 122.69 238.97 -
System Red Green Blue C M Y K H S L
Decimal 240 7 75 0 0.97 0.69 0.06 342.49 0.94 0.48
Hex F0 7 4B 0 61 45 6 156 5E 30
Octal 360 7 113 0 141 105 6 526 136 60
Binary 11110000 111 1001011 0 1100001 1000101 110 101010110 1011110 110000

Color Harmonies of #F0074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0074B

Black with #F0074B

Text Example


Text Example

White with #F0074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0074B; }

 p { color: rgb(240,7,75); }

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

background-color css

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

 a { background-color: rgb(240,7,75); }

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

border-color css

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

 span { border-color: rgb(240,7,75); }

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