Html Css Color HEX #F00F69 Razzmatazz

📋 copy color: '#F00F69'

red 240 ◦ green 15 ◦ blue 105

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

Shades of Razzmatazz #F00F69

Tints of Razzmatazz #F00F69

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.17%

 BLUE value IS 105 (41.41% from 255) = 29.17%

R = 66.67%
G = 4.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F00F69 (or 0xF00F69) is known color: Razzmatazz. HEX triplet: F0, 0F and 69. RGB value is (240,15,105). Sum of RGB (Red+Green+Blue) = 240+15+105=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F69 is #0FF096. Grayscale: #5C5C5C. Windows color (decimal): -1044631 or 6885360. OLE color: 6885360.

HSL color Cylindrical-coordinate representation of color #F00F69: hue angle of 336º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F69 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 15 105 -
CMYK 0 0.94 0.56 0.06
HSL 336º 0.88% 0.5% -
HSV(B) 336º 0.94% 0.94% -
XYZ 38.66 19.89 15.17 -
YUV 92.54 135.04 233.18 -
System Red Green Blue C M Y K H S L
Decimal 240 15 105 0 0.94 0.56 0.06 336 0.88 0.5
Hex F0 F 69 0 5E 38 6 150 58 32
Octal 360 17 151 0 136 70 6 520 130 62
Binary 11110000 1111 1101001 0 1011110 111000 110 101010000 1011000 110010

Color Harmonies of #F00F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F69

Black with #F00F69

Text Example


Text Example

White with #F00F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F69; }

 p { color: rgb(240,15,105); }

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

background-color css

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

 a { background-color: rgb(240,15,105); }

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

border-color css

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

 span { border-color: rgb(240,15,105); }

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