Html Css Color HEX #F00355 Razzmatazz

📋 copy color: '#F00355'

red 240 ◦ green 3 ◦ blue 85

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

Shades of Razzmatazz #F00355

Tints of Razzmatazz #F00355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 85 (33.59% from 255) = 25.91%

R = 73.17%
G = 0.91%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00355 (or 0xF00355) is known color: Razzmatazz. HEX triplet: F0, 03 and 55. RGB value is (240,3,85). Sum of RGB (Red+Green+Blue) = 240+3+85=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F00355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00355 is #0FFCAA. Grayscale: #535353. Windows color (decimal): -1047723 or 5571568. OLE color: 5571568.

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

Color convert

RGB 240 3 85 -
CMYK 0 0.99 0.65 0.06
HSL 339.24º 0.98% 0.48% -
HSV(B) 339.24º 0.99% 0.94% -
XYZ 37.61 19.25 10.33 -
YUV 83.21 129.02 239.83 -
System Red Green Blue C M Y K H S L
Decimal 240 3 85 0 0.99 0.65 0.06 339.24 0.98 0.48
Hex F0 3 55 0 63 41 6 153 62 30
Octal 360 3 125 0 143 101 6 523 142 60
Binary 11110000 11 1010101 0 1100011 1000001 110 101010011 1100010 110000

Color Harmonies of #F00355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00355

Black with #F00355

Text Example


Text Example

White with #F00355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00355; }

 p { color: rgb(240,3,85); }

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

background-color css

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

 a { background-color: rgb(240,3,85); }

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

border-color css

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

 span { border-color: rgb(240,3,85); }

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