Html Css Color HEX #F51855 Razzmatazz

📋 copy color: '#F51855'

red 245 ◦ green 24 ◦ blue 85

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

Shades of Razzmatazz #F51855

Tints of Razzmatazz #F51855

RGB

 RED value IS 245 (96.09% from 255) = 69.21%

 GREEN value IS 24 (9.77% from 255) = 6.78%

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

R = 69.21%
G = 6.78%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F51855 (or 0xF51855) is known color: Razzmatazz. HEX triplet: F5, 18 and 55. RGB value is (245,24,85). Sum of RGB (Red+Green+Blue) = 245+24+85=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F51855 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51855 is #0AE7AA. Grayscale: #616161. Windows color (decimal): -714667 or 5576949. OLE color: 5576949.

HSL color Cylindrical-coordinate representation of color #F51855: hue angle of 343.44º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51855 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 24 85 -
CMYK 0 0.90 0.65 0.04
HSL 343.44º 0.92% 0.53% -
HSV(B) 343.44º 0.9% 0.96% -
XYZ 39.62 20.72 10.51 -
YUV 97.03 121.22 233.54 -
System Red Green Blue C M Y K H S L
Decimal 245 24 85 0 0.90 0.65 0.04 343.44 0.92 0.53
Hex F5 18 55 0 5A 41 4 157 5C 35
Octal 365 30 125 0 132 101 4 527 134 65
Binary 11110101 11000 1010101 0 1011010 1000001 100 101010111 1011100 110101

Color Harmonies of #F51855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51855

Black with #F51855

Text Example


Text Example

White with #F51855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51855; }

 p { color: rgb(245,24,85); }

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

background-color css

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

 a { background-color: rgb(245,24,85); }

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

border-color css

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

 span { border-color: rgb(245,24,85); }

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