Html Css Color HEX #F00965 Razzmatazz

📋 copy color: '#F00965'

red 240 ◦ green 9 ◦ blue 101

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

Shades of Razzmatazz #F00965

Tints of Razzmatazz #F00965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.57%

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 68.57%
G = 2.57%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F00965 (or 0xF00965) is known color: Razzmatazz. HEX triplet: F0, 09 and 65. RGB value is (240,9,101). Sum of RGB (Red+Green+Blue) = 240+9+101=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F00965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00965 is #0FF69A. Grayscale: #585858. Windows color (decimal): -1046171 or 6621680. OLE color: 6621680.

HSL color Cylindrical-coordinate representation of color #F00965: hue angle of 336.1º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00965 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 101 -
CMYK 0 0.96 0.58 0.06
HSL 336.1º 0.93% 0.49% -
HSV(B) 336.1º 0.96% 0.94% -
XYZ 38.38 19.66 14.08 -
YUV 88.56 135.03 236.02 -
System Red Green Blue C M Y K H S L
Decimal 240 9 101 0 0.96 0.58 0.06 336.1 0.93 0.49
Hex F0 9 65 0 60 3A 6 150 5D 31
Octal 360 11 145 0 140 72 6 520 135 61
Binary 11110000 1001 1100101 0 1100000 111010 110 101010000 1011101 110001

Color Harmonies of #F00965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00965

Black with #F00965

Text Example


Text Example

White with #F00965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00965; }

 p { color: rgb(240,9,101); }

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

background-color css

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

 a { background-color: rgb(240,9,101); }

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

border-color css

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

 span { border-color: rgb(240,9,101); }

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