Html Css Color HEX #F0065C Razzmatazz

📋 copy color: '#F0065C'

red 240 ◦ green 6 ◦ blue 92

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

Shades of Razzmatazz #F0065C

Tints of Razzmatazz #F0065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 71.01%
G = 1.78%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0065C (or 0xF0065C) is known color: Razzmatazz. HEX triplet: F0, 06 and 5C. RGB value is (240,6,92). Sum of RGB (Red+Green+Blue) = 240+6+92=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0065C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0065C is #0FF9A3. Grayscale: #555555. Windows color (decimal): -1046948 or 6031088. OLE color: 6031088.

HSL color Cylindrical-coordinate representation of color #F0065C: hue angle of 337.95º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0065C is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 92 -
CMYK 0 0.98 0.62 0.06
HSL 337.95º 0.95% 0.48% -
HSV(B) 337.95º 0.98% 0.94% -
XYZ 37.93 19.43 11.88 -
YUV 85.77 131.52 238.01 -
System Red Green Blue C M Y K H S L
Decimal 240 6 92 0 0.98 0.62 0.06 337.95 0.95 0.48
Hex F0 6 5C 0 62 3E 6 152 5F 30
Octal 360 6 134 0 142 76 6 522 137 60
Binary 11110000 110 1011100 0 1100010 111110 110 101010010 1011111 110000

Color Harmonies of #F0065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0065C

Black with #F0065C

Text Example


Text Example

White with #F0065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0065C; }

 p { color: rgb(240,6,92); }

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

background-color css

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

 a { background-color: rgb(240,6,92); }

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

border-color css

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

 span { border-color: rgb(240,6,92); }

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