Html Css Color HEX #F90355 Razzmatazz

📋 copy color: '#F90355'

red 249 ◦ green 3 ◦ blue 85

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

Shades of Razzmatazz #F90355

Tints of Razzmatazz #F90355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 73.89%
G = 0.89%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F90355 (or 0xF90355) is known color: Razzmatazz. HEX triplet: F9, 03 and 55. RGB value is (249,3,85). Sum of RGB (Red+Green+Blue) = 249+3+85=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F90355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90355 is #06FCAA. Grayscale: #555555. Windows color (decimal): -457899 or 5571577. OLE color: 5571577.

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

Color convert

RGB 249 3 85 -
CMYK 0 0.99 0.66 0.02
HSL 340º 0.98% 0.49% -
HSV(B) 340º 0.99% 0.98% -
XYZ 40.74 20.86 10.47 -
YUV 85.9 127.5 244.33 -
System Red Green Blue C M Y K H S L
Decimal 249 3 85 0 0.99 0.66 0.02 340 0.98 0.49
Hex F9 3 55 0 63 42 2 154 62 31
Octal 371 3 125 0 143 102 2 524 142 61
Binary 11111001 11 1010101 0 1100011 1000010 10 101010100 1100010 110001

Color Harmonies of #F90355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90355

Black with #F90355

Text Example


Text Example

White with #F90355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90355; }

 p { color: rgb(249,3,85); }

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

background-color css

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

 a { background-color: rgb(249,3,85); }

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

border-color css

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

 span { border-color: rgb(249,3,85); }

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