Html Css Color HEX #F90868 Razzmatazz

📋 copy color: '#F90868'

red 249 ◦ green 8 ◦ blue 104

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

Shades of Razzmatazz #F90868

Tints of Razzmatazz #F90868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.22%

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

R = 68.98%
G = 2.22%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F90868 (or 0xF90868) is known color: Razzmatazz. HEX triplet: F9, 08 and 68. RGB value is (249,8,104). Sum of RGB (Red+Green+Blue) = 249+8+104=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F90868 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90868 is #06F797. Grayscale: #5A5A5A. Windows color (decimal): -456600 or 6818041. OLE color: 6818041.

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

Color convert

RGB 249 8 104 -
CMYK 0 0.97 0.58 0.02
HSL 336.1º 0.95% 0.5% -
HSV(B) 336.1º 0.97% 0.98% -
XYZ 41.65 21.31 15.02 -
YUV 91 135.34 240.69 -
System Red Green Blue C M Y K H S L
Decimal 249 8 104 0 0.97 0.58 0.02 336.1 0.95 0.5
Hex F9 8 68 0 61 3A 2 150 5F 32
Octal 371 10 150 0 141 72 2 520 137 62
Binary 11111001 1000 1101000 0 1100001 111010 10 101010000 1011111 110010

Color Harmonies of #F90868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90868

Black with #F90868

Text Example


Text Example

White with #F90868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90868; }

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

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

background-color css

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

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

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

border-color css

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

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

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