Html Css Color HEX #F00375 Razzmatazz

📋 copy color: '#F00375'

red 240 ◦ green 3 ◦ blue 117

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

Shades of Razzmatazz #F00375

Tints of Razzmatazz #F00375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 66.67%
G = 0.83%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F00375 (or 0xF00375) is known color: Razzmatazz. HEX triplet: F0, 03 and 75. RGB value is (240,3,117). Sum of RGB (Red+Green+Blue) = 240+3+117=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F00375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00375 is #0FFC8A. Grayscale: #565656. Windows color (decimal): -1047691 or 7668720. OLE color: 7668720.

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

Color convert

RGB 240 3 117 -
CMYK 0 0.99 0.51 0.06
HSL 331.14º 0.98% 0.48% -
HSV(B) 331.14º 0.99% 0.94% -
XYZ 39.18 19.87 18.6 -
YUV 86.86 145.02 237.23 -
System Red Green Blue C M Y K H S L
Decimal 240 3 117 0 0.99 0.51 0.06 331.14 0.98 0.48
Hex F0 3 75 0 63 33 6 14B 62 30
Octal 360 3 165 0 143 63 6 513 142 60
Binary 11110000 11 1110101 0 1100011 110011 110 101001011 1100010 110000

Color Harmonies of #F00375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00375

Black with #F00375

Text Example


Text Example

White with #F00375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00375; }

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

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

background-color css

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

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

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

border-color css

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

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

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