Html Css Color HEX #F00A67 Razzmatazz

📋 copy color: '#F00A67'

red 240 ◦ green 10 ◦ blue 103

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

Shades of Razzmatazz #F00A67

Tints of Razzmatazz #F00A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.83%

 BLUE value IS 103 (40.63% from 255) = 29.18%

R = 67.99%
G = 2.83%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F00A67 (or 0xF00A67) is known color: Razzmatazz. HEX triplet: F0, 0A and 67. RGB value is (240,10,103). Sum of RGB (Red+Green+Blue) = 240+10+103=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A67 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A67 is #0FF598. Grayscale: #595959. Windows color (decimal): -1045913 or 6753008. OLE color: 6753008.

HSL color Cylindrical-coordinate representation of color #F00A67: hue angle of 335.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A67 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 103 -
CMYK 0 0.96 0.57 0.06
HSL 335.74º 0.92% 0.49% -
HSV(B) 335.74º 0.96% 0.94% -
XYZ 38.49 19.72 14.61 -
YUV 89.37 135.7 235.44 -
System Red Green Blue C M Y K H S L
Decimal 240 10 103 0 0.96 0.57 0.06 335.74 0.92 0.49
Hex F0 A 67 0 60 39 6 150 5C 31
Octal 360 12 147 0 140 71 6 520 134 61
Binary 11110000 1010 1100111 0 1100000 111001 110 101010000 1011100 110001

Color Harmonies of #F00A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A67

Black with #F00A67

Text Example


Text Example

White with #F00A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A67; }

 p { color: rgb(240,10,103); }

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

background-color css

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

 a { background-color: rgb(240,10,103); }

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

border-color css

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

 span { border-color: rgb(240,10,103); }

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