Html Css Color HEX #F01956 Razzmatazz

📋 copy color: '#F01956'

red 240 ◦ green 25 ◦ blue 86

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

Shades of Razzmatazz #F01956

Tints of Razzmatazz #F01956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.5%

R = 68.38%
G = 7.12%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F01956 (or 0xF01956) is known color: Razzmatazz. HEX triplet: F0, 19 and 56. RGB value is (240,25,86). Sum of RGB (Red+Green+Blue) = 240+25+86=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F01956 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01956 is #0FE6A9. Grayscale: #606060. Windows color (decimal): -1042090 or 5642736. OLE color: 5642736.

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

Color convert

RGB 240 25 86 -
CMYK 0 0.90 0.64 0.06
HSL 342.98º 0.88% 0.52% -
HSV(B) 342.98º 0.9% 0.94% -
XYZ 37.96 19.89 10.64 -
YUV 96.24 122.23 230.54 -
System Red Green Blue C M Y K H S L
Decimal 240 25 86 0 0.90 0.64 0.06 342.98 0.88 0.52
Hex F0 19 56 0 5A 40 6 157 58 34
Octal 360 31 126 0 132 100 6 527 130 64
Binary 11110000 11001 1010110 0 1011010 1000000 110 101010111 1011000 110100

Color Harmonies of #F01956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01956

Black with #F01956

Text Example


Text Example

White with #F01956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01956; }

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

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

background-color css

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

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

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

border-color css

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

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

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