Html Css Color HEX #F5185B Razzmatazz

📋 copy color: '#F5185B'

red 245 ◦ green 24 ◦ blue 91

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

Shades of Razzmatazz #F5185B

Tints of Razzmatazz #F5185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 68.06%
G = 6.67%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5185B (or 0xF5185B) is known color: Razzmatazz. HEX triplet: F5, 18 and 5B. RGB value is (245,24,91). Sum of RGB (Red+Green+Blue) = 245+24+91=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5185B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5185B is #0AE7A4. Grayscale: #616161. Windows color (decimal): -714661 or 5970165. OLE color: 5970165.

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

Color convert

RGB 245 24 91 -
CMYK 0 0.90 0.63 0.04
HSL 341.81º 0.92% 0.53% -
HSV(B) 341.81º 0.9% 0.96% -
XYZ 39.87 20.82 11.81 -
YUV 97.72 124.22 233.05 -
System Red Green Blue C M Y K H S L
Decimal 245 24 91 0 0.90 0.63 0.04 341.81 0.92 0.53
Hex F5 18 5B 0 5A 3F 4 156 5C 35
Octal 365 30 133 0 132 77 4 526 134 65
Binary 11110101 11000 1011011 0 1011010 111111 100 101010110 1011100 110101

Color Harmonies of #F5185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5185B

Black with #F5185B

Text Example


Text Example

White with #F5185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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