Html Css Color HEX #F0064B Razzmatazz

📋 copy color: '#F0064B'

red 240 ◦ green 6 ◦ blue 75

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

Shades of Razzmatazz #F0064B

Tints of Razzmatazz #F0064B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.87%

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

R = 74.77%
G = 1.87%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0064B (or 0xF0064B) is known color: Razzmatazz. HEX triplet: F0, 06 and 4B. RGB value is (240,6,75). Sum of RGB (Red+Green+Blue) = 240+6+75=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0064B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0064B is #0FF9B4. Grayscale: #535353. Windows color (decimal): -1046965 or 4916976. OLE color: 4916976.

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

Color convert

RGB 240 6 75 -
CMYK 0 0.98 0.69 0.06
HSL 342.31º 0.95% 0.48% -
HSV(B) 342.31º 0.98% 0.94% -
XYZ 37.27 19.16 8.39 -
YUV 83.83 123.02 239.39 -
System Red Green Blue C M Y K H S L
Decimal 240 6 75 0 0.98 0.69 0.06 342.31 0.95 0.48
Hex F0 6 4B 0 62 45 6 156 5F 30
Octal 360 6 113 0 142 105 6 526 137 60
Binary 11110000 110 1001011 0 1100010 1000101 110 101010110 1011111 110000

Color Harmonies of #F0064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0064B

Black with #F0064B

Text Example


Text Example

White with #F0064B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0064B; }

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

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

background-color css

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

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

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

border-color css

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

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

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