Html Css Color HEX #F90067 Razzmatazz

📋 copy color: '#F90067'

red 249 ◦ green 0 ◦ blue 103

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

Shades of Razzmatazz #F90067

Tints of Razzmatazz #F90067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.26%

R = 70.74%
G = 0%
B = 29.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F90067 (or 0xF90067) is known color: Razzmatazz. HEX triplet: F9, 00 and 67. RGB value is (249,0,103). Sum of RGB (Red+Green+Blue) = 249+0+103=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F90067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90067 is #06FF98. Grayscale: #565656. Windows color (decimal): -458649 or 6750457. OLE color: 6750457.

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

Color convert

RGB 249 0 103 -
CMYK 0 1 0.59 0.02
HSL 335.18º 1% 0.49% -
HSV(B) 335.18º 1% 0.98% -
XYZ 41.52 21.12 14.72 -
YUV 86.19 137.49 244.12 -
System Red Green Blue C M Y K H S L
Decimal 249 0 103 0 1 0.59 0.02 335.18 1 0.49
Hex F9 0 67 0 64 3B 2 14F 64 31
Octal 371 0 147 0 144 73 2 517 144 61
Binary 11111001 0 1100111 0 1100100 111011 10 101001111 1100100 110001

Color Harmonies of #F90067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90067

Black with #F90067

Text Example


Text Example

White with #F90067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90067; }

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

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

background-color css

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

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

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

border-color css

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

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

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