Html Css Color HEX #F5025E Razzmatazz

📋 copy color: '#F5025E'

red 245 ◦ green 2 ◦ blue 94

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

Shades of Razzmatazz #F5025E

Tints of Razzmatazz #F5025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 71.85%
G = 0.59%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5025E (or 0xF5025E) is known color: Razzmatazz. HEX triplet: F5, 02 and 5E. RGB value is (245,2,94). Sum of RGB (Red+Green+Blue) = 245+2+94=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F5025E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5025E is #0AFDA1. Grayscale: #555555. Windows color (decimal): -720290 or 6161141. OLE color: 6161141.

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

Color convert

RGB 245 2 94 -
CMYK 0 0.99 0.62 0.04
HSL 337.28º 0.98% 0.48% -
HSV(B) 337.28º 0.99% 0.96% -
XYZ 39.7 20.26 12.41 -
YUV 85.15 133.01 242.02 -
System Red Green Blue C M Y K H S L
Decimal 245 2 94 0 0.99 0.62 0.04 337.28 0.98 0.48
Hex F5 2 5E 0 63 3E 4 151 62 30
Octal 365 2 136 0 143 76 4 521 142 60
Binary 11110101 10 1011110 0 1100011 111110 100 101010001 1100010 110000

Color Harmonies of #F5025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5025E

Black with #F5025E

Text Example


Text Example

White with #F5025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5025E; }

 p { color: rgb(245,2,94); }

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

background-color css

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

 a { background-color: rgb(245,2,94); }

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

border-color css

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

 span { border-color: rgb(245,2,94); }

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