Html Css Color HEX #F01751 Razzmatazz

📋 copy color: '#F01751'

red 240 ◦ green 23 ◦ blue 81

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

Shades of Razzmatazz #F01751

Tints of Razzmatazz #F01751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 69.77%
G = 6.69%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F01751 (or 0xF01751) is known color: Razzmatazz. HEX triplet: F0, 17 and 51. RGB value is (240,23,81). Sum of RGB (Red+Green+Blue) = 240+23+81=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F01751 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01751 is #0FE8AE. Grayscale: #5E5E5E. Windows color (decimal): -1042607 or 5314544. OLE color: 5314544.

HSL color Cylindrical-coordinate representation of color #F01751: hue angle of 343.96º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01751 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 23 81 -
CMYK 0 0.90 0.66 0.06
HSL 343.96º 0.88% 0.52% -
HSV(B) 343.96º 0.9% 0.94% -
XYZ 37.73 19.73 9.6 -
YUV 94.5 120.39 231.78 -
System Red Green Blue C M Y K H S L
Decimal 240 23 81 0 0.90 0.66 0.06 343.96 0.88 0.52
Hex F0 17 51 0 5A 42 6 158 58 34
Octal 360 27 121 0 132 102 6 530 130 64
Binary 11110000 10111 1010001 0 1011010 1000010 110 101011000 1011000 110100

Color Harmonies of #F01751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01751

Black with #F01751

Text Example


Text Example

White with #F01751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01751; }

 p { color: rgb(240,23,81); }

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

background-color css

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

 a { background-color: rgb(240,23,81); }

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

border-color css

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

 span { border-color: rgb(240,23,81); }

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