Html Css Color HEX #F00674 Razzmatazz

📋 copy color: '#F00674'

red 240 ◦ green 6 ◦ blue 116

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

Shades of Razzmatazz #F00674

Tints of Razzmatazz #F00674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 66.3%
G = 1.66%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F00674 (or 0xF00674) is known color: Razzmatazz. HEX triplet: F0, 06 and 74. RGB value is (240,6,116). Sum of RGB (Red+Green+Blue) = 240+6+116=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F00674 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00674 is #0FF98B. Grayscale: #585858. Windows color (decimal): -1046924 or 7603952. OLE color: 7603952.

HSL color Cylindrical-coordinate representation of color #F00674: hue angle of 331.79º 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 #F00674 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 116 -
CMYK 0 0.98 0.52 0.06
HSL 331.79º 0.95% 0.48% -
HSV(B) 331.79º 0.98% 0.94% -
XYZ 39.15 19.92 18.3 -
YUV 88.51 143.52 236.06 -
System Red Green Blue C M Y K H S L
Decimal 240 6 116 0 0.98 0.52 0.06 331.79 0.95 0.48
Hex F0 6 74 0 62 34 6 14C 5F 30
Octal 360 6 164 0 142 64 6 514 137 60
Binary 11110000 110 1110100 0 1100010 110100 110 101001100 1011111 110000

Color Harmonies of #F00674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00674

Black with #F00674

Text Example


Text Example

White with #F00674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00674; }

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

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

background-color css

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

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

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

border-color css

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

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

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