Html Css Color HEX #F5026B Razzmatazz

📋 copy color: '#F5026B'

red 245 ◦ green 2 ◦ blue 107

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

Shades of Razzmatazz #F5026B

Tints of Razzmatazz #F5026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.23%

R = 69.21%
G = 0.56%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5026B (or 0xF5026B) is known color: Razzmatazz. HEX triplet: F5, 02 and 6B. RGB value is (245,2,107). Sum of RGB (Red+Green+Blue) = 245+2+107=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F5026B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5026B is #0AFD94. Grayscale: #565656. Windows color (decimal): -720277 or 7013109. OLE color: 7013109.

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

Color convert

RGB 245 2 107 -
CMYK 0 0.99 0.56 0.04
HSL 334.07º 0.98% 0.48% -
HSV(B) 334.07º 0.99% 0.96% -
XYZ 40.33 20.52 15.74 -
YUV 86.63 139.51 240.96 -
System Red Green Blue C M Y K H S L
Decimal 245 2 107 0 0.99 0.56 0.04 334.07 0.98 0.48
Hex F5 2 6B 0 63 38 4 14E 62 30
Octal 365 2 153 0 143 70 4 516 142 60
Binary 11110101 10 1101011 0 1100011 111000 100 101001110 1100010 110000

Color Harmonies of #F5026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5026B

Black with #F5026B

Text Example


Text Example

White with #F5026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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