Html Css Color HEX #F0066A Razzmatazz

📋 copy color: '#F0066A'

red 240 ◦ green 6 ◦ blue 106

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

Shades of Razzmatazz #F0066A

Tints of Razzmatazz #F0066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 68.18%
G = 1.7%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0066A (or 0xF0066A) is known color: Razzmatazz. HEX triplet: F0, 06 and 6A. RGB value is (240,6,106). Sum of RGB (Red+Green+Blue) = 240+6+106=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0066A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0066A is #0FF995. Grayscale: #575757. Windows color (decimal): -1046934 or 6948592. OLE color: 6948592.

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

Color convert

RGB 240 6 106 -
CMYK 0 0.98 0.56 0.06
HSL 334.36º 0.95% 0.48% -
HSV(B) 334.36º 0.98% 0.94% -
XYZ 38.6 19.7 15.4 -
YUV 87.37 138.52 236.87 -
System Red Green Blue C M Y K H S L
Decimal 240 6 106 0 0.98 0.56 0.06 334.36 0.95 0.48
Hex F0 6 6A 0 62 38 6 14E 5F 30
Octal 360 6 152 0 142 70 6 516 137 60
Binary 11110000 110 1101010 0 1100010 111000 110 101001110 1011111 110000

Color Harmonies of #F0066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0066A

Black with #F0066A

Text Example


Text Example

White with #F0066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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