Html Css Color HEX #F90365 Razzmatazz

📋 copy color: '#F90365'

red 249 ◦ green 3 ◦ blue 101

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

Shades of Razzmatazz #F90365

Tints of Razzmatazz #F90365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.61%

R = 70.54%
G = 0.85%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F90365 (or 0xF90365) is known color: Razzmatazz. HEX triplet: F9, 03 and 65. RGB value is (249,3,101). Sum of RGB (Red+Green+Blue) = 249+3+101=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F90365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90365 is #06FC9A. Grayscale: #575757. Windows color (decimal): -457883 or 6620153. OLE color: 6620153.

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

Color convert

RGB 249 3 101 -
CMYK 0 0.99 0.59 0.02
HSL 336.1º 0.98% 0.49% -
HSV(B) 336.1º 0.99% 0.98% -
XYZ 41.45 21.14 14.21 -
YUV 87.73 135.5 243.03 -
System Red Green Blue C M Y K H S L
Decimal 249 3 101 0 0.99 0.59 0.02 336.1 0.98 0.49
Hex F9 3 65 0 63 3B 2 150 62 31
Octal 371 3 145 0 143 73 2 520 142 61
Binary 11111001 11 1100101 0 1100011 111011 10 101010000 1100010 110001

Color Harmonies of #F90365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90365

Black with #F90365

Text Example


Text Example

White with #F90365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90365; }

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

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

background-color css

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

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

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

border-color css

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

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

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