Html Css Color HEX #F01955 Razzmatazz

📋 copy color: '#F01955'

red 240 ◦ green 25 ◦ blue 85

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

Shades of Razzmatazz #F01955

Tints of Razzmatazz #F01955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.14%

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 68.57%
G = 7.14%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F01955 (or 0xF01955) is known color: Razzmatazz. HEX triplet: F0, 19 and 55. RGB value is (240,25,85). Sum of RGB (Red+Green+Blue) = 240+25+85=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F01955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01955 is #0FE6AA. Grayscale: #606060. Windows color (decimal): -1042091 or 5577200. OLE color: 5577200.

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

Color convert

RGB 240 25 85 -
CMYK 0 0.90 0.65 0.06
HSL 343.26º 0.88% 0.52% -
HSV(B) 343.26º 0.9% 0.94% -
XYZ 37.92 19.88 10.43 -
YUV 96.13 121.73 230.62 -
System Red Green Blue C M Y K H S L
Decimal 240 25 85 0 0.90 0.65 0.06 343.26 0.88 0.52
Hex F0 19 55 0 5A 41 6 157 58 34
Octal 360 31 125 0 132 101 6 527 130 64
Binary 11110000 11001 1010101 0 1011010 1000001 110 101010111 1011000 110100

Color Harmonies of #F01955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01955

Black with #F01955

Text Example


Text Example

White with #F01955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01955; }

 p { color: rgb(240,25,85); }

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

background-color css

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

 a { background-color: rgb(240,25,85); }

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

border-color css

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

 span { border-color: rgb(240,25,85); }

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