Html Css Color HEX #F90264 Razzmatazz

📋 copy color: '#F90264'

red 249 ◦ green 2 ◦ blue 100

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

Shades of Razzmatazz #F90264

Tints of Razzmatazz #F90264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 100 (39.45% from 255) = 28.49%

R = 70.94%
G = 0.57%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F90264 (or 0xF90264) is known color: Razzmatazz. HEX triplet: F9, 02 and 64. RGB value is (249,2,100). Sum of RGB (Red+Green+Blue) = 249+2+100=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F90264 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90264 is #06FD9B. Grayscale: #565656. Windows color (decimal): -458140 or 6554361. OLE color: 6554361.

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

Color convert

RGB 249 2 100 -
CMYK 0 0.99 0.60 0.02
HSL 336.19º 0.98% 0.49% -
HSV(B) 336.19º 0.99% 0.98% -
XYZ 41.39 21.1 13.95 -
YUV 87.03 135.33 243.53 -
System Red Green Blue C M Y K H S L
Decimal 249 2 100 0 0.99 0.60 0.02 336.19 0.98 0.49
Hex F9 2 64 0 63 3C 2 150 62 31
Octal 371 2 144 0 143 74 2 520 142 61
Binary 11111001 10 1100100 0 1100011 111100 10 101010000 1100010 110001

Color Harmonies of #F90264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90264

Black with #F90264

Text Example


Text Example

White with #F90264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90264; }

 p { color: rgb(249,2,100); }

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

background-color css

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

 a { background-color: rgb(249,2,100); }

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

border-color css

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

 span { border-color: rgb(249,2,100); }

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