Html Css Color HEX #F0035F Razzmatazz

📋 copy color: '#F0035F'

red 240 ◦ green 3 ◦ blue 95

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

Shades of Razzmatazz #F0035F

Tints of Razzmatazz #F0035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 71.01%
G = 0.89%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0035F (or 0xF0035F) is known color: Razzmatazz. HEX triplet: F0, 03 and 5F. RGB value is (240,3,95). Sum of RGB (Red+Green+Blue) = 240+3+95=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0035F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0035F is #0FFCA0. Grayscale: #545454. Windows color (decimal): -1047713 or 6226928. OLE color: 6226928.

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

Color convert

RGB 240 3 95 -
CMYK 0 0.99 0.60 0.06
HSL 336.71º 0.98% 0.48% -
HSV(B) 336.71º 0.99% 0.94% -
XYZ 38.03 19.42 12.57 -
YUV 84.35 134.02 239.02 -
System Red Green Blue C M Y K H S L
Decimal 240 3 95 0 0.99 0.60 0.06 336.71 0.98 0.48
Hex F0 3 5F 0 63 3C 6 151 62 30
Octal 360 3 137 0 143 74 6 521 142 60
Binary 11110000 11 1011111 0 1100011 111100 110 101010001 1100010 110000

Color Harmonies of #F0035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0035F

Black with #F0035F

Text Example


Text Example

White with #F0035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0035F; }

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

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

background-color css

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

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

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

border-color css

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

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

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