Html Css Color HEX #FB1265 Razzmatazz

📋 copy color: '#FB1265'

red 251 ◦ green 18 ◦ blue 101

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

Shades of Razzmatazz #FB1265

Tints of Razzmatazz #FB1265

RGB

 RED value IS 251 (98.44% from 255) = 67.84%

 GREEN value IS 18 (7.42% from 255) = 4.86%

 BLUE value IS 101 (39.84% from 255) = 27.3%

R = 67.84%
G = 4.86%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB1265 (or 0xFB1265) is known color: Razzmatazz. HEX triplet: FB, 12 and 65. RGB value is (251,18,101). Sum of RGB (Red+Green+Blue) = 251+18+101=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1265 is #04ED9A. Grayscale: #616161. Windows color (decimal): -322971 or 6623995. OLE color: 6623995.

HSL color Cylindrical-coordinate representation of color #FB1265: hue angle of 338.63º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1265 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 18 101 -
CMYK 0 0.93 0.60 0.02
HSL 338.63º 0.97% 0.53% -
HSV(B) 338.63º 0.93% 0.98% -
XYZ 42.35 21.88 14.3 -
YUV 97.13 130.19 237.75 -
System Red Green Blue C M Y K H S L
Decimal 251 18 101 0 0.93 0.60 0.02 338.63 0.97 0.53
Hex FB 12 65 0 5D 3C 2 153 61 35
Octal 373 22 145 0 135 74 2 523 141 65
Binary 11111011 10010 1100101 0 1011101 111100 10 101010011 1100001 110101

Color Harmonies of #FB1265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1265

Black with #FB1265

Text Example


Text Example

White with #FB1265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1265; }

 p { color: rgb(251,18,101); }

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

background-color css

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

 a { background-color: rgb(251,18,101); }

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

border-color css

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

 span { border-color: rgb(251,18,101); }

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