Html Css Color HEX #F90050 Razzmatazz

📋 copy color: '#F90050'

red 249 ◦ green 0 ◦ blue 80

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

Shades of Razzmatazz #F90050

Tints of Razzmatazz #F90050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 75.68%
G = 0%
B = 24.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F90050 (or 0xF90050) is known color: Razzmatazz. HEX triplet: F9, 00 and 50. RGB value is (249,0,80). Sum of RGB (Red+Green+Blue) = 249+0+80=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F90050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90050 is #06FFAF. Grayscale: #535353. Windows color (decimal): -458672 or 5243129. OLE color: 5243129.

HSL color Cylindrical-coordinate representation of color #F90050: hue angle of 340.72º 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 #F90050 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 80 -
CMYK 0 1 0.68 0.02
HSL 340.72º 1% 0.49% -
HSV(B) 340.72º 1% 0.98% -
XYZ 40.51 20.72 9.45 -
YUV 83.57 125.99 246 -
System Red Green Blue C M Y K H S L
Decimal 249 0 80 0 1 0.68 0.02 340.72 1 0.49
Hex F9 0 50 0 64 44 2 155 64 31
Octal 371 0 120 0 144 104 2 525 144 61
Binary 11111001 0 1010000 0 1100100 1000100 10 101010101 1100100 110001

Color Harmonies of #F90050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90050

Black with #F90050

Text Example


Text Example

White with #F90050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90050; }

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

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

background-color css

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

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

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

border-color css

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

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

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