Html Css Color HEX #F10251 Razzmatazz

📋 copy color: '#F10251'

red 241 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #F10251

Tints of Razzmatazz #F10251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 81 (32.03% from 255) = 25%

R = 74.38%
G = 0.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F10251 (or 0xF10251) is known color: Razzmatazz. HEX triplet: F1, 02 and 51. RGB value is (241,2,81). Sum of RGB (Red+Green+Blue) = 241+2+81=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F10251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10251 is #0EFDAE. Grayscale: #525252. Windows color (decimal): -982447 or 5309169. OLE color: 5309169.

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

Color convert

RGB 241 2 81 -
CMYK 0 0.99 0.66 0.05
HSL 340.17º 0.98% 0.48% -
HSV(B) 340.17º 0.99% 0.95% -
XYZ 37.78 19.34 9.53 -
YUV 82.47 127.18 241.08 -
System Red Green Blue C M Y K H S L
Decimal 241 2 81 0 0.99 0.66 0.05 340.17 0.98 0.48
Hex F1 2 51 0 63 42 5 154 62 30
Octal 361 2 121 0 143 102 5 524 142 60
Binary 11110001 10 1010001 0 1100011 1000010 101 101010100 1100010 110000

Color Harmonies of #F10251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10251

Black with #F10251

Text Example


Text Example

White with #F10251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10251; }

 p { color: rgb(241,2,81); }

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

background-color css

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

 a { background-color: rgb(241,2,81); }

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

border-color css

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

 span { border-color: rgb(241,2,81); }

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