Html Css Color HEX #F01263 Razzmatazz

📋 copy color: '#F01263'

red 240 ◦ green 18 ◦ blue 99

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

Shades of Razzmatazz #F01263

Tints of Razzmatazz #F01263

RGB

 RED value IS 240 (94.14% from 255) = 67.23%

 GREEN value IS 18 (7.42% from 255) = 5.04%

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 67.23%
G = 5.04%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F01263 (or 0xF01263) is known color: Razzmatazz. HEX triplet: F0, 12 and 63. RGB value is (240,18,99). Sum of RGB (Red+Green+Blue) = 240+18+99=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F01263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01263 is #0FED9C. Grayscale: #5D5D5D. Windows color (decimal): -1043869 or 6492912. OLE color: 6492912.

HSL color Cylindrical-coordinate representation of color #F01263: hue angle of 338.11º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01263 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 99 -
CMYK 0 0.92 0.59 0.06
HSL 338.11º 0.88% 0.51% -
HSV(B) 338.11º 0.93% 0.94% -
XYZ 38.4 19.86 13.61 -
YUV 93.61 131.05 232.41 -
System Red Green Blue C M Y K H S L
Decimal 240 18 99 0 0.92 0.59 0.06 338.11 0.88 0.51
Hex F0 12 63 0 5C 3B 6 152 58 33
Octal 360 22 143 0 134 73 6 522 130 63
Binary 11110000 10010 1100011 0 1011100 111011 110 101010010 1011000 110011

Color Harmonies of #F01263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01263

Black with #F01263

Text Example


Text Example

White with #F01263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01263; }

 p { color: rgb(240,18,99); }

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

background-color css

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

 a { background-color: rgb(240,18,99); }

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

border-color css

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

 span { border-color: rgb(240,18,99); }

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