Html Css Color HEX #F00357 Razzmatazz

📋 copy color: '#F00357'

red 240 ◦ green 3 ◦ blue 87

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

Shades of Razzmatazz #F00357

Tints of Razzmatazz #F00357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 72.73%
G = 0.91%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F00357 (or 0xF00357) is known color: Razzmatazz. HEX triplet: F0, 03 and 57. RGB value is (240,3,87). Sum of RGB (Red+Green+Blue) = 240+3+87=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F00357 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00357 is #0FFCA8. Grayscale: #535353. Windows color (decimal): -1047721 or 5702640. OLE color: 5702640.

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

Color convert

RGB 240 3 87 -
CMYK 0 0.99 0.64 0.06
HSL 338.73º 0.98% 0.48% -
HSV(B) 338.73º 0.99% 0.94% -
XYZ 37.69 19.28 10.75 -
YUV 83.44 130.02 239.67 -
System Red Green Blue C M Y K H S L
Decimal 240 3 87 0 0.99 0.64 0.06 338.73 0.98 0.48
Hex F0 3 57 0 63 40 6 153 62 30
Octal 360 3 127 0 143 100 6 523 142 60
Binary 11110000 11 1010111 0 1100011 1000000 110 101010011 1100010 110000

Color Harmonies of #F00357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00357

Black with #F00357

Text Example


Text Example

White with #F00357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00357; }

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

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

background-color css

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

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

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

border-color css

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

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

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