Html Css Color HEX #F90950 Razzmatazz

📋 copy color: '#F90950'

red 249 ◦ green 9 ◦ blue 80

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

Shades of Razzmatazz #F90950

Tints of Razzmatazz #F90950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.66%

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

R = 73.67%
G = 2.66%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F90950 (or 0xF90950) is known color: Razzmatazz. HEX triplet: F9, 09 and 50. RGB value is (249,9,80). Sum of RGB (Red+Green+Blue) = 249+9+80=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F90950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90950 is #06F6AF. Grayscale: #585858. Windows color (decimal): -456368 or 5245433. OLE color: 5245433.

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

Color convert

RGB 249 9 80 -
CMYK 0 0.96 0.68 0.02
HSL 342.25º 0.95% 0.51% -
HSV(B) 342.25º 0.96% 0.98% -
XYZ 40.61 20.91 9.49 -
YUV 88.85 123.01 242.23 -
System Red Green Blue C M Y K H S L
Decimal 249 9 80 0 0.96 0.68 0.02 342.25 0.95 0.51
Hex F9 9 50 0 60 44 2 156 5F 33
Octal 371 11 120 0 140 104 2 526 137 63
Binary 11111001 1001 1010000 0 1100000 1000100 10 101010110 1011111 110011

Color Harmonies of #F90950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90950

Black with #F90950

Text Example


Text Example

White with #F90950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90950; }

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

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

background-color css

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

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

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

border-color css

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

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

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