Html Css Color HEX #F0066C Razzmatazz

📋 copy color: '#F0066C'

red 240 ◦ green 6 ◦ blue 108

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

Shades of Razzmatazz #F0066C

Tints of Razzmatazz #F0066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 67.8%
G = 1.69%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0066C (or 0xF0066C) is known color: Razzmatazz. HEX triplet: F0, 06 and 6C. RGB value is (240,6,108). Sum of RGB (Red+Green+Blue) = 240+6+108=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0066C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0066C is #0FF993. Grayscale: #575757. Windows color (decimal): -1046932 or 7079664. OLE color: 7079664.

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

Color convert

RGB 240 6 108 -
CMYK 0 0.98 0.55 0.06
HSL 333.85º 0.95% 0.48% -
HSV(B) 333.85º 0.98% 0.94% -
XYZ 38.71 19.74 15.96 -
YUV 87.59 139.52 236.71 -
System Red Green Blue C M Y K H S L
Decimal 240 6 108 0 0.98 0.55 0.06 333.85 0.95 0.48
Hex F0 6 6C 0 62 37 6 14E 5F 30
Octal 360 6 154 0 142 67 6 516 137 60
Binary 11110000 110 1101100 0 1100010 110111 110 101001110 1011111 110000

Color Harmonies of #F0066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0066C

Black with #F0066C

Text Example


Text Example

White with #F0066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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