Html Css Color HEX #F01853 Razzmatazz

📋 copy color: '#F01853'

red 240 ◦ green 24 ◦ blue 83

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

Shades of Razzmatazz #F01853

Tints of Razzmatazz #F01853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.92%

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

R = 69.16%
G = 6.92%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F01853 (or 0xF01853) is known color: Razzmatazz. HEX triplet: F0, 18 and 53. RGB value is (240,24,83). Sum of RGB (Red+Green+Blue) = 240+24+83=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F01853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01853 is #0FE7AC. Grayscale: #5F5F5F. Windows color (decimal): -1042349 or 5445872. OLE color: 5445872.

HSL color Cylindrical-coordinate representation of color #F01853: hue angle of 343.61º 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 #F01853 is Cyan = 0, Magento = 0.9, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 83 -
CMYK 0 0.9 0.65 0.06
HSL 343.61º 0.88% 0.52% -
HSV(B) 343.61º 0.9% 0.94% -
XYZ 37.82 19.8 10.01 -
YUV 95.31 121.06 231.2 -
System Red Green Blue C M Y K H S L
Decimal 240 24 83 0 0.9 0.65 0.06 343.61 0.88 0.52
Hex F0 18 53 0 5A 41 6 158 58 34
Octal 360 30 123 0 132 101 6 530 130 64
Binary 11110000 11000 1010011 0 1011010 1000001 110 101011000 1011000 110100

Color Harmonies of #F01853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01853

Black with #F01853

Text Example


Text Example

White with #F01853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01853; }

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

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

background-color css

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

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

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

border-color css

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

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

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