Html Css Color HEX #F01653 Razzmatazz

📋 copy color: '#F01653'

red 240 ◦ green 22 ◦ blue 83

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

Shades of Razzmatazz #F01653

Tints of Razzmatazz #F01653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.38%

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 69.57%
G = 6.38%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F01653 (or 0xF01653) is known color: Razzmatazz. HEX triplet: F0, 16 and 53. RGB value is (240,22,83). Sum of RGB (Red+Green+Blue) = 240+22+83=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F01653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01653 is #0FE9AC. Grayscale: #5E5E5E. Windows color (decimal): -1042861 or 5445360. OLE color: 5445360.

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

Color convert

RGB 240 22 83 -
CMYK 0 0.91 0.65 0.06
HSL 343.21º 0.88% 0.51% -
HSV(B) 343.21º 0.91% 0.94% -
XYZ 37.78 19.72 10 -
YUV 94.14 121.72 232.04 -
System Red Green Blue C M Y K H S L
Decimal 240 22 83 0 0.91 0.65 0.06 343.21 0.88 0.51
Hex F0 16 53 0 5B 41 6 157 58 33
Octal 360 26 123 0 133 101 6 527 130 63
Binary 11110000 10110 1010011 0 1011011 1000001 110 101010111 1011000 110011

Color Harmonies of #F01653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01653

Black with #F01653

Text Example


Text Example

White with #F01653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01653; }

 p { color: rgb(240,22,83); }

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

background-color css

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

 a { background-color: rgb(240,22,83); }

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

border-color css

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

 span { border-color: rgb(240,22,83); }

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