Html Css Color HEX #F50375 Razzmatazz

📋 copy color: '#F50375'

red 245 ◦ green 3 ◦ blue 117

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

Shades of Razzmatazz #F50375

Tints of Razzmatazz #F50375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 67.12%
G = 0.82%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F50375 (or 0xF50375) is known color: Razzmatazz. HEX triplet: F5, 03 and 75. RGB value is (245,3,117). Sum of RGB (Red+Green+Blue) = 245+3+117=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F50375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50375 is #0AFC8A. Grayscale: #585858. Windows color (decimal): -720011 or 7668725. OLE color: 7668725.

HSL color Cylindrical-coordinate representation of color #F50375: hue angle of 331.74º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50375 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 3 117 -
CMYK 0 0.99 0.52 0.04
HSL 331.74º 0.98% 0.49% -
HSV(B) 331.74º 0.99% 0.96% -
XYZ 40.9 20.76 18.68 -
YUV 88.35 144.17 239.73 -
System Red Green Blue C M Y K H S L
Decimal 245 3 117 0 0.99 0.52 0.04 331.74 0.98 0.49
Hex F5 3 75 0 63 34 4 14C 62 31
Octal 365 3 165 0 143 64 4 514 142 61
Binary 11110101 11 1110101 0 1100011 110100 100 101001100 1100010 110001

Color Harmonies of #F50375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50375

Black with #F50375

Text Example


Text Example

White with #F50375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50375; }

 p { color: rgb(245,3,117); }

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

background-color css

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

 a { background-color: rgb(245,3,117); }

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

border-color css

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

 span { border-color: rgb(245,3,117); }

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