Html Css Color HEX #F90068 Razzmatazz

📋 copy color: '#F90068'

red 249 ◦ green 0 ◦ blue 104

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

Shades of Razzmatazz #F90068

Tints of Razzmatazz #F90068

RGB

 RED value IS 249 (97.66% from 255) = 70.54%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 70.54%
G = 0%
B = 29.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F90068 (or 0xF90068) is known color: Razzmatazz. HEX triplet: F9, 00 and 68. RGB value is (249,0,104). Sum of RGB (Red+Green+Blue) = 249+0+104=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F90068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90068 is #06FF97. Grayscale: #565656. Windows color (decimal): -458648 or 6815993. OLE color: 6815993.

HSL color Cylindrical-coordinate representation of color #F90068: hue angle of 334.94º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90068 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 104 -
CMYK 0 1 0.58 0.02
HSL 334.94º 1% 0.49% -
HSV(B) 334.94º 1% 0.98% -
XYZ 41.57 21.14 14.99 -
YUV 86.31 137.99 244.04 -
System Red Green Blue C M Y K H S L
Decimal 249 0 104 0 1 0.58 0.02 334.94 1 0.49
Hex F9 0 68 0 64 3A 2 14F 64 31
Octal 371 0 150 0 144 72 2 517 144 61
Binary 11111001 0 1101000 0 1100100 111010 10 101001111 1100100 110001

Color Harmonies of #F90068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90068

Black with #F90068

Text Example


Text Example

White with #F90068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90068; }

 p { color: rgb(249,0,104); }

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

background-color css

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

 a { background-color: rgb(249,0,104); }

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

border-color css

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

 span { border-color: rgb(249,0,104); }

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