Html Css Color HEX #F00367 Razzmatazz

📋 copy color: '#F00367'

red 240 ◦ green 3 ◦ blue 103

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

Shades of Razzmatazz #F00367

Tints of Razzmatazz #F00367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.77%

R = 69.36%
G = 0.87%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F00367 (or 0xF00367) is known color: Razzmatazz. HEX triplet: F0, 03 and 67. RGB value is (240,3,103). Sum of RGB (Red+Green+Blue) = 240+3+103=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F00367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00367 is #0FFC98. Grayscale: #555555. Windows color (decimal): -1047705 or 6751216. OLE color: 6751216.

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

Color convert

RGB 240 3 103 -
CMYK 0 0.99 0.57 0.06
HSL 334.68º 0.98% 0.48% -
HSV(B) 334.68º 0.99% 0.94% -
XYZ 38.42 19.57 14.58 -
YUV 85.26 138.02 238.37 -
System Red Green Blue C M Y K H S L
Decimal 240 3 103 0 0.99 0.57 0.06 334.68 0.98 0.48
Hex F0 3 67 0 63 39 6 14F 62 30
Octal 360 3 147 0 143 71 6 517 142 60
Binary 11110000 11 1100111 0 1100011 111001 110 101001111 1100010 110000

Color Harmonies of #F00367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00367

Black with #F00367

Text Example


Text Example

White with #F00367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00367; }

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

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

background-color css

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

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

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

border-color css

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

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

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