Html Css Color HEX #F10070 Razzmatazz

📋 copy color: '#F10070'

red 241 ◦ green 0 ◦ blue 112

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

Shades of Razzmatazz #F10070

Tints of Razzmatazz #F10070

RGB

 RED value IS 241 (94.53% from 255) = 68.27%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 68.27%
G = 0%
B = 31.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F10070 (or 0xF10070) is known color: Razzmatazz. HEX triplet: F1, 00 and 70. RGB value is (241,0,112). Sum of RGB (Red+Green+Blue) = 241+0+112=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F10070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10070 is #0EFF8F. Grayscale: #545454. Windows color (decimal): -982928 or 7340273. OLE color: 7340273.

HSL color Cylindrical-coordinate representation of color #F10070: hue angle of 332.12º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10070 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 112 -
CMYK 0 1 0.54 0.05
HSL 332.12º 1% 0.47% -
HSV(B) 332.12º 1% 0.95% -
XYZ 39.2 19.87 17.1 -
YUV 84.83 143.34 239.39 -
System Red Green Blue C M Y K H S L
Decimal 241 0 112 0 1 0.54 0.05 332.12 1 0.47
Hex F1 0 70 0 64 36 5 14C 64 2F
Octal 361 0 160 0 144 66 5 514 144 57
Binary 11110001 0 1110000 0 1100100 110110 101 101001100 1100100 101111

Color Harmonies of #F10070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10070

Black with #F10070

Text Example


Text Example

White with #F10070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10070; }

 p { color: rgb(241,0,112); }

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

background-color css

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

 a { background-color: rgb(241,0,112); }

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

border-color css

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

 span { border-color: rgb(241,0,112); }

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